OJ
小青年阿坚
手捧着微弱火苗,风雨中越过溪流和丛林。
展开
-
LeetCode No.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. Add the two numbers and return i...原创 2018-04-07 16:12:30 · 255 阅读 · 0 评论 -
LeetCode No.1 TwoSum
Description: 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 us...原创 2018-04-05 14:26:40 · 261 阅读 · 0 评论