Algo-Tree icon indicating copy to clipboard operation
Algo-Tree copied to clipboard

Climbing Stairs Problem via DP

Open a7medayman6 opened this issue 3 years ago • 4 comments

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++

a7medayman6 avatar Mar 29 '21 21:03 a7medayman6

I have added the solution of the problem in C++ in this pull request #1378 please merge.

a7medayman6 avatar Mar 31 '21 14:03 a7medayman6

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.

Poojasingh5 avatar Apr 01 '21 04:04 Poojasingh5

I'm a GSSOC participant, I can write the code for the same in python, please assign it to me

btanisha avatar Apr 02 '21 14:04 btanisha

Hi, I am a GSSOC'21 participant. I would like to solve this issue in Java. Please assign it to me.

Srishti013 avatar Apr 25 '21 18:04 Srishti013