Title:You are climbing a stair case. It takesnsteps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct ways can you...
分类:
其他好文 时间:
2015-05-01 10:34:59
阅读次数:
151
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...
分类:
其他好文 时间:
2015-04-29 19:52:44
阅读次数:
117
题目:You are climbing a stair case. It takesnsteps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct ways can you cl...
分类:
其他好文 时间:
2015-04-26 18:17:40
阅读次数:
92
You are climbing a stair case. It takesnsteps to reach to the top.Each time you can either climb 1 or 2 steps. In how many distinct ways can you climb...
分类:
其他好文 时间:
2015-04-20 22:11:05
阅读次数:
110
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 cli...
分类:
其他好文 时间:
2015-04-19 19:25:05
阅读次数:
165
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?
此题用动太规划解决。
递归式为:dp[n] = dp[...
分类:
其他好文 时间:
2015-04-09 08:49:52
阅读次数:
104
problem:
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?
Hide Tag...
分类:
其他好文 时间:
2015-04-08 13:18:01
阅读次数:
117
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?
题意: 求上n个台阶的方法数,要么走一步,要么两步。
...
分类:
其他好文 时间:
2015-04-03 15:27:25
阅读次数:
115
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?
#include
#include
using name...
分类:
其他好文 时间:
2015-04-01 13:25:47
阅读次数:
104
1063. Who's the Boss
Constraints
Time Limit: 1 secs, Memory Limit: 32 MB
Description
Several surveys indicate that the taller you are, the higher you can climb the corporate ladder. At T...
分类:
其他好文 时间:
2015-03-31 09:04:14
阅读次数:
125