摘要: 1.Maximal Square 题目链接 题目要求: Given a 2D binary matrix filled with 0's and 1's, find the largest square containing all 1's and return its area. F... 阅读全文
posted @ 2015-06-09 19:39 峰子_仰望阳光 阅读(1226) 评论(0) 推荐(0) 编辑
摘要: 题目链接 题目要求 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 wa... 阅读全文
posted @ 2015-06-09 17:07 峰子_仰望阳光 阅读(395) 评论(0) 推荐(0) 编辑
摘要: House Robber题目链接 House Robber II题目链接 1.House Robber 题目要求: You are a professional robber planning to rob houses along a street. Each house has a ... 阅读全文
posted @ 2015-06-09 15:02 峰子_仰望阳光 阅读(434) 评论(0) 推荐(0) 编辑
摘要: 题目链接 题目要求: Given a triangle, find the minimum path sum from top to bottom. Each step you may move to adjacent numbers on the row below. For exam... 阅读全文
posted @ 2015-06-09 11:10 峰子_仰望阳光 阅读(375) 评论(0) 推荐(0) 编辑