Easy
,Math
,Memoization
,DP
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?
Example 1:
Example 2:
Constraints:
n
<= 45Yen-Chi ChenMon, Dec 12
Time:
Space:
Time:
Space:
Marsgoat Dec 12, 2022
KobeMon, Dec 12
JimMon, Dec 12