摘要: 题目: Follow up for "Search in Rotated Sorted Array":What if duplicates are allowed? Would this affect the run-time complexity? How and why? Suppose an 阅读全文
posted @ 2017-05-03 14:01 panini 阅读(195) 评论(0) 推荐(0) 编辑
摘要: 题目: Follow up for "Find Minimum in Rotated Sorted Array":What if duplicates are allowed? Would this affect the run-time complexity? How and why? Suppo 阅读全文
posted @ 2017-05-03 13:52 panini 阅读(194) 评论(0) 推荐(0) 编辑
摘要: DescriptionImplement double sqrt(double x) and x >= 0.Compute and return the square root of x.NoticeYou do not care about the accuracy of the result, 阅读全文
posted @ 2017-05-03 12:27 panini 阅读(1245) 评论(0) 推荐(0) 编辑