Climbing Stairs
-
Updated
Jan 16, 2020 - Java
Climbing Stairs
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?
consist of DP Leetcodes
Add a description, image, and links to the climbing-stairs topic page so that developers can more easily learn about it.
To associate your repository with the climbing-stairs topic, visit your repo's landing page and select "manage topics."