Do one thing at a time and do well

0%

LeetCode Notes-000-Overview

  • 记录LeetCode题目笔记,汇总LeetCode解答记录

Changelog

  • 2019/02/13,撰写
  • 2019/06/16,添加 LeetCode Notes-1
  • 2020/01/05,添加 LeetCode Notes-2
  • 2020/02/22,添加 LeetCode Notes-3
  • 2020/02/23,添加 LeetCode Notes-4
  • 2020/02/28,添加 LeetCode Notes-5
  • 2020/05/14,添加 LeetCode Notes-6
  • 2020/05/19,添加 LeetCode Notes-7
  • 2020/05/19,添加 动态规划-思维脑图
  • 2020/06/13,添加 LeetCode Notes-8
  • 2020/06/21,添加 LeetCode Notes-9
  • 2020/06/27,添加 LeetCode Notes-10
  • 2020/11/01,添加 LeetCode Notes-11

学习资料汇总

题解记录模板

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
## XXX(xxx)
### Description
* [LeetCode-XX. XXX(xxx)]()

### Approach 1-XX

#### Analysis


#### Solution

* Java
* C++
* Python
* JS

分类汇总

链表

快慢指针

数组

PopCount(汉明距离)

回文串

动态规划

笔记目录

Notes-1

Notes-2

Notes-3

Notes-4

Notes-5

Notes-6

Notes-7

Notes-8

Notes-9

Notes-10

第16,15,1题为同一类型题目。

Notes-11