LeetCode
KLordy
千里之行始于足下!
展开
-
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 exactly one solution, and you may n...原创 2018-08-23 19:07:20 · 101 阅读 · 0 评论 -
2. Add Two Number
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 ...原创 2018-08-24 12:46:13 · 193 阅读 · 0 评论