随笔分类 -  Leetcode (C)

上一页 1 2

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 阅读(241) 评论(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 阅读(422) 评论(0) 推荐(0)

上一页 1 2

导航