Boostable

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年9月3日

摘要: LeetCode: Remove Duplicates from Sorted ArrayGiven a sorted array, remove the duplicates in place such that each element appear only once and return t... 阅读全文
posted @ 2014-09-03 22:28 Boostable 阅读(127) 评论(0) 推荐(0) 编辑

摘要: LeetCode: Search in Rotated Sorted ArraySuppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e., 0 1 2 4 5 6 7 might become 4 ... 阅读全文
posted @ 2014-09-03 22:22 Boostable 阅读(189) 评论(0) 推荐(0) 编辑

摘要: LeetCode: Remove Duplicates from Sorted ListGiven a sorted linked list, delete all duplicates such that each element appear only once. For example,Giv... 阅读全文
posted @ 2014-09-03 21:57 Boostable 阅读(145) 评论(0) 推荐(0) 编辑

摘要: LeetCode: Maximal RectangleGiven a 2D binary matrix filled with 0's and 1's, find the largest rectangle containing all ones and return its area.地址:htt... 阅读全文
posted @ 2014-09-03 21:51 Boostable 阅读(214) 评论(0) 推荐(0) 编辑

摘要: LeetCode: Largest Rectangle in HistogramGiven n non-negative integers representing the histogram's bar height where the width of each bar is 1, find t... 阅读全文
posted @ 2014-09-03 21:21 Boostable 阅读(257) 评论(0) 推荐(0) 编辑