
LeetCode--Java系列
小菜鸟入门
这个作者很懒,什么都没留下…
展开
-
LeetCode(1)--TwoSum
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, and you may not use the same element tw原创 2017-07-05 22:11:22 · 391 阅读 · 1 评论 -
LeetCode(2)--Add Two Numbers
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contain a single digit.原创 2017-07-09 15:51:14 · 278 阅读 · 0 评论