chandrikadeb7 / Hacktoberfest_2021

This repository aims to help code beginners with their first successful pull request and open source contribution. Happy coding!
MIT License
114 stars 264 forks source link

Number of Unique Paths #318

Closed Adityadamen closed 2 years ago

Adityadamen commented 2 years ago

Given the A X B matrix with your initial position at the top-left cell, find the number of possible unique paths to reach the bottom-right cell of the matrix from the initial position using dp.