摘要: 日期 题目 难度 笔记 序号 181002 1.two sum easy #1 1 181003 2.add two numbers medium #2 2 181004 7.Reverse integer easy #7,#9 3 181005 9.Palindrome Number easy 4 阅读全文
posted @ 2018-10-04 21:44 Howfar's 阅读(104) 评论(0) 推荐(0)
摘要: Leetcode Notes_#2 Add Two Numbers LeetCode Contents Problem Solution 相关Python知识 Problem You are given two non-empty linked lists representing two non- 阅读全文
posted @ 2018-10-04 20:55 Howfar's 阅读(138) 评论(0) 推荐(0)
摘要: LeetCode Notes_#1 Two SumLeetCode contentsProblemSolutions1. 暴力法2. 两遍循环哈希表法3. 一遍循环哈希表法 ProblemGiven an array of integers, return indices of the two numbers such that they add up to a specific target... 阅读全文
posted @ 2018-10-04 20:54 Howfar's 阅读(230) 评论(0) 推荐(0)