
leetcode
harryptter
这个作者很懒,什么都没留下…
展开
-
leetCode系列整理 1 twoSum
程序员面试的时候,笔试经常会出现leetCode题目,这个系列是整理下leetCode题目解法,也方便自己整理第一题开始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 i...原创 2018-06-25 00:35:58 · 207 阅读 · 0 评论 -
leetcode系列2 AddTwoNumbers
第二题:You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a single digit. Add the two numbers and return it as a ...原创 2018-07-03 08:40:16 · 155 阅读 · 0 评论