摘要: 题目:You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a sing... 阅读全文
posted @ 2014-07-03 23:00 平凡的幸福... 阅读(820) 评论(0) 推荐(0) 编辑
摘要: 二分查找 阅读全文
posted @ 2014-07-03 15:31 平凡的幸福... 阅读(1286) 评论(7) 推荐(0) 编辑
摘要: 题目:Follow up for "Search in Rotated Sorted Array":What ifduplicatesare allowed?Would this affect the run-time complexity? How and why?Write a function... 阅读全文
posted @ 2014-07-03 15:26 平凡的幸福... 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 题目:Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e.,0 1 2 4 5 6 7might become4 5 6 7 0 1 2).You are given a target valu... 阅读全文
posted @ 2014-07-03 15:01 平凡的幸福... 阅读(207) 评论(0) 推荐(0) 编辑