摘要: 题目说明: 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 digit. Add the two numbers and return it as ... 阅读全文
posted @ 2016-02-24 15:00 Quincy 阅读(248) 评论(0) 推荐(0) 编辑
摘要: 题目说明: 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 exactly one solution. Example: Given nums = [2... 阅读全文
posted @ 2016-02-24 14:16 Quincy 阅读(1092) 评论(0) 推荐(0) 编辑