[LeetCode] Search Insert Position 解题报告

摘要: Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or... 阅读全文
posted @ 2013-01-04 13:56 小刀初试 阅读(236) 评论(0) 推荐(0) 编辑

[LeetCode] Search in Rotated Sorted Array II 解题报告

摘要: Follow up for "Search in Rotated Sorted Array":What if duplicates are allowed?Would this affect the run-time complexity? How and why?Write a function ... 阅读全文
posted @ 2013-01-04 13:38 小刀初试 阅读(141) 评论(0) 推荐(0) 编辑

[LeetCode] Search in Rotated Sorted Array 解题报告

摘要: Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2).You are given a target valu... 阅读全文
posted @ 2013-01-04 13:23 小刀初试 阅读(135) 评论(0) 推荐(0) 编辑

[LeetCode] Search for a Range 解题报告

摘要: Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in the ord... 阅读全文
posted @ 2013-01-04 11:36 小刀初试 阅读(118) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示