码迷,mamicode.com
首页 >  
搜索关键字:stair    ( 192个结果
LeetCode 70. Climbing Stairs
You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you cl ...
分类:其他好文   时间:2016-09-07 01:04:59    阅读次数:138
[LeetCode] NO. 70 Climbing Stairs
[题目] You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can y ...
分类:其他好文   时间:2016-09-03 22:39:32    阅读次数:189
LintCode Climbing Stairs
You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you cl ...
分类:其他好文   时间:2016-08-11 12:53:08    阅读次数:139
70. Climbing Stairs
1. 问题描述 You are climbing a stair case. It takes n steps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct ways can ...
分类:其他好文   时间:2016-08-09 00:00:12    阅读次数:339
leetcode No70. Climbing Stairs
Question: You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb to the top? 爬楼梯,一次只...
分类:其他好文   时间:2016-08-04 13:34:01    阅读次数:130
leetcode 70. Climbing Stairs
You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you cl ...
分类:其他好文   时间:2016-08-02 13:40:23    阅读次数:139
LeetCode-70-Climbing Stairs
You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you cl ...
分类:其他好文   时间:2016-06-24 23:38:41    阅读次数:197
2016.6.21——Climbing Stairs
Climbing Stairs 本题收获: 1.斐波那契函数f(n) = f(n-1) + f(n -2) 题目: You are climbing a stair case. It takes n steps to reach to the top. Each time you can eithe ...
分类:其他好文   时间:2016-06-21 15:39:48    阅读次数:125
Submission Details
You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can you cl ...
分类:其他好文   时间:2016-06-15 15:53:25    阅读次数:105
70. Climbing Stairs
题目: You are climbing a stair case. It takes n steps to reach to the top. Each time you can either climb 1 or 2 steps. In how many distinct ways can yo ...
分类:其他好文   时间:2016-06-14 11:54:17    阅读次数:162
192条   上一页 1 ... 5 6 7 8 9 ... 20 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!