[LeetCode] [0002] 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

- 阅读全文 -

[LeetCode] [0001] 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 not use the same

- 阅读全文 -