摘要: 转载自:http://www.cnblogs.com/springfor/p/4036739.htmlC++ supports pointers whereas Java does not. But when many programmers questioned how you can work ... 阅读全文
posted @ 2015-10-05 07:33 Dylan_Java_NYC 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/search-in-rotated-sorted-array/ 题目: Suppose an array sorted in ascending order is rotated at some pivot unknown 阅读全文
posted @ 2015-10-05 06:52 Dylan_Java_NYC 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/find-minimum-in-rotated-sorted-array-ii/ 题目: Follow up for "Find Minimum in Rotated Sorted Array":What if duplic 阅读全文
posted @ 2015-10-05 06:05 Dylan_Java_NYC 阅读(272) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/description/ 题目: Suppose an array sorted in ascending order is rotated at s 阅读全文
posted @ 2015-10-05 05:27 Dylan_Java_NYC 阅读(351) 评论(0) 推荐(0) 编辑