Algo-Phantoms / Algo-Tree

Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.
MIT License
356 stars 624 forks source link

Number of ways to Nth stair #2019

Closed AnushkaS09 closed 3 years ago

AnushkaS09 commented 3 years ago

Is your feature request related to a problem? Please describe. Count the the total number of possible ways to reach Nth stair .

Describe the solution you'd like Program will be finding the total number of possible combinations that can be used to reach the Nth stair

Do you want to work on it Java and Python

tarun26091999 commented 3 years ago

1379