摘要: 题目: Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number. The func 阅读全文
posted @ 2017-02-20 11:53 panini 阅读(154) 评论(0) 推荐(0) 编辑
摘要: 题目: 链接: http://leetcode.com/problems/intersection-of-two-linked-lists/ 2/19/2017, Java 一开始的思路是,借用判断cycled linked list来。先从nodeA出发遍历,把最后一个node的next设为nod 阅读全文
posted @ 2017-02-20 11:27 panini 阅读(150) 评论(0) 推荐(0) 编辑