摘要: 原题链接在这里:https://leetcode.com/problems/house-robber-iii/ 题目: The thief has found himself a new place for his thievery again. There is only one entrance 阅读全文
posted @ 2016-03-27 04:55 Dylan_Java_NYC 阅读(698) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/ 题目: Given an array of integers that is already sorted in ascending order, find 阅读全文
posted @ 2016-03-27 04:04 Dylan_Java_NYC 阅读(268) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/two-sum-iii-data-structure-design/ 题目: Design and implement a TwoSum class. It should support the following oper 阅读全文
posted @ 2016-03-27 03:54 Dylan_Java_NYC 阅读(266) 评论(0) 推荐(0) 编辑
摘要: 原题链接在这里:https://leetcode.com/problems/odd-even-linked-list/ 题目: Given a singly linked list, group all odd nodes together followed by the even nodes. P 阅读全文
posted @ 2016-03-27 03:21 Dylan_Java_NYC 阅读(372) 评论(0) 推荐(0) 编辑