
LeetCode刷题
UCASers
后海电子厂民工
展开
-
TWO SUM
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...原创 2019-05-25 21:55:50 · 187 阅读 · 0 评论 -
Add Two Numbers
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 t...原创 2019-05-25 23:40:46 · 198 阅读 · 0 评论