摘要: 题目: 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-09-01 11:28 Vincent丶丶 阅读(194) 评论(0) 推荐(0) 编辑
摘要: 题目: Suppose an array sorted in ascending order 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). Y 阅读全文
posted @ 2017-09-01 11:19 Vincent丶丶 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 题目: Follow up for "Remove Duplicates":What if duplicates are allowed at most twice? For example,Given sorted array nums = [1,1,1,2,2,3], Your function 阅读全文
posted @ 2017-09-01 09:30 Vincent丶丶 阅读(160) 评论(0) 推荐(0) 编辑