leetcode
文章平均质量分 87
Aden2224
这个作者很懒,什么都没留下…
展开
-
Two Sum
Given an array of integers, find two numbers such that they add up to a specific target number. The function twoSum should return indices of the two numbers such that they add up to the target, where原创 2015-11-08 10:22:10 · 536 阅读 · 0 评论 -
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 digit. Add the two numbers and return it as a link原创 2015-11-15 10:03:30 · 442 阅读 · 0 评论