
面试题集合
子夜梦凉
热爱跑步的程序员
展开
-
Container With Most Water解题研究,面试题练习第一天
Given n non-negative integers a1, a2, ..., an, where each represents a point at coordinate (i, ai). n vertical lines are drawn such that the two endpoints of line i is at (i, ai) and (i, 0). Find tw原创 2014-07-26 16:37:39 · 491 阅读 · 0 评论 -
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 climb to the top?原创 2014-07-27 16:45:30 · 517 阅读 · 0 评论 -
Unique Paths 解题研究,面试题练习第三天
题目:原创 2014-07-29 17:20:22 · 459 阅读 · 0 评论