recategorized by
486 views
0 votes
0 votes

problem : 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?

Q.here i am not understanding why these problem is following fibonacci series??

recategorized by

Please log in or register to answer this question.

Related questions

0 votes
0 votes
1 answer
4
Abhrajyoti00 asked Oct 29, 2022
740 views
Can there be “Stack Overflow” in Linked list Implementation of stack? If Yes, how?