Skip to content

Commit 2f74d36

Browse files
author
lanyuanxiaoyao
committed
修改文件: _posts/2016-10-23-climbing-stairs.md
1 parent 8eb0d67 commit 2f74d36

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

_posts/2016-10-23-climbing-stairs.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ categories: LeetCode
66
tags: [LeetCode,Easy,递归]
77
---
88

9+
* content
10+
{:toc}
11+
12+
913
>You are climbing a stair case. It takes *n* steps to reach to the top.
1014
Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top?
1115
你在爬楼梯,楼梯总共有n个台阶,每次你可爬一级或者两级台阶,问爬完整个楼梯有多少种爬的方式?

0 commit comments

Comments
 (0)