[Coding Made Simple] Staircase problem Fibonacci series
Given a staircase and give you can take 1 or 2 steps at a time, how many ways you can reach nth step.
Same problem link.
Given a staircase and give you can take 1 or 2 steps at a time, how many ways you can reach nth step.
Same problem link.