Algo-Tree
Algo-Tree copied to clipboard
Climbing Stairs Problem via DP
Is your feature request related to a problem? Please describe.
- You are climbing a staircase. It takes n steps to reach the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?
Describe the solution you'd like Dynamic Programming Approach to solve the problem.
Do you want to work on it C++
I have added the solution of the problem in C++ in this pull request #1378 please merge.
Hello! I am a GSSoC'21 participant. I would like to contribute the code for this issue in C++/CPP. Kindly assign it to me.
I'm a GSSOC participant, I can write the code for the same in python, please assign it to me
Hi, I am a GSSOC'21 participant. I would like to solve this issue in Java. Please assign it to me.