2016年3月12日

2. Add Two Numbers

摘要: 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 single 阅读全文

posted @ 2016-03-12 21:19 joannae 阅读(232) 评论(0) 推荐(0) 编辑

1. Two Sum (快速排序;有序数组的查找: 两个指针; 哈希表)

摘要: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex 阅读全文

posted @ 2016-03-12 08:57 joannae 阅读(414) 评论(0) 推荐(0) 编辑

导航