We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eb0d67 commit 2f74d36Copy full SHA for 2f74d36
_posts/2016-10-23-climbing-stairs.md
@@ -6,6 +6,10 @@ categories: LeetCode
6
tags: [LeetCode,Easy,递归]
7
---
8
9
+* content
10
+{:toc}
11
+
12
13
>You are climbing a stair case. It takes *n* steps to reach to the top.
14
Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?
15
你在爬楼梯,楼梯总共有n个台阶,每次你可爬一级或者两级台阶,问爬完整个楼梯有多少种爬的方式?
0 commit comments