Update 0070.爬楼梯.md

Added examination question's leetcode address
This commit is contained in:
LiangDazhu
2021-05-25 17:51:48 +08:00
committed by GitHub
parent e9f8cdacfc
commit 39d9f92091

View File

@ -7,8 +7,9 @@
<p align="center"><strong>欢迎大家<a href="https://mp.weixin.qq.com/s/tqCxrMEU-ajQumL1i8im9A">参与本项目</a>,贡献其他语言版本的代码,拥抱开源,让更多学习算法的小伙伴们收益!</strong></p>
## 70. 爬楼梯
题目地址https://leetcode-cn.com/problems/climbing-stairs/
假设你正在爬楼梯。需要 n 阶你才能到达楼顶。
假设你正在爬楼梯。需要 n 阶你才能到达楼顶。
每次你可以爬 1 或 2 个台阶。你有多少种不同的方法可以爬到楼顶呢?