|
15 | 15 | | 序号 | 题目&题解 | |
16 | 16 | | ---- | ------------------------------------------------------------ | |
17 | 17 | | 0 | [十大经典排序算法动画与解析,看我就够了!(配代码完全版)](https://mp.weixin.qq.com/s/vn3KiV-ez79FmbZ36SX9lg) | |
18 | | -| 1 | [两数之和](notes/LeetCode 第 1 号问题:两数之和.md.md) | |
19 | | -| 2 | [两数相加](notes/LeetCode 第 2 号问题:两数相加.md) | |
20 | | -| 3 | [无重复字符的最长子串](notes/LeetCode 第 3 号问题:无重复字符的最长子串.md) | |
21 | | -| 15 | [三数之和](notes/LeetCode 第 15 号问题:三数之和.md) | |
22 | | -| 19 | [删除链表的倒数第 N 个节点](notes/LeetCode 第 19 号问题:删除链表的倒数第 N 个节点.md) | |
23 | | -| 20 | [有效的括号](notes/LeetCode 第 20 号问题:有效的括号.md) | |
24 | | -| 21 | [合并两个有序链表](notes/LeetCode 第 21 号问题:合并两个有序链表.md) | |
25 | | -| 23 | [合并 K 个排序链表](notes/LeetCode 第 23 号问题:合并 K 个排序链表.md) | |
26 | | -| 24 | [两两交换链表中的节点](notes/LeetCode 第 24 号问题:两两交换链表中的节点.md) | |
27 | | -| 26 | [删除排序数组中的重复项](notes/LeetCode 第 26 号问题:删除排序数组中的重复项.md) | |
28 | | -| 75 | [颜色分类](notes/LeetCode 第 75 号问题:颜色分类.md) | |
29 | | -| 86 | [分割链表](notes/LeetCode 第 86 号问题:分割链表.md) | |
30 | | -| 92 | [反转链表 II](notes/LeetCode 第 92 号问题:反转链表 II.md) | |
31 | | -| 94 | [二叉树的中序遍历](notes/LeetCode 第 94 号问题:二叉树的中序遍历.md) | |
32 | | -| 101 | [对称二叉树](notes/LeetCode 第 101 号问题:对称二叉树.md) | |
33 | | -| 102 | [二叉树的层序遍历](notes/LeetCode 第 102 号问题:二叉树的层序遍历.md) | |
34 | | -| 103 | [二叉树的锯齿形层次遍历](notes/LeetCode 第 103 号问题:二叉树的锯齿形层次遍历.md) | |
35 | | -| 107 | [二叉树的层次遍历 II](notes/LeetCode 第 107 号问题:二叉树的层次遍历 II.md) | |
36 | | -| 110 | [平衡二叉树](notes/LeetCode 第 110 号问题:平衡二叉树.md) | |
37 | | -| 125 | [验证回文串](notes/LeetCode 第 125 号问题:验证回文串.md) | |
38 | | -| 131 | [分割回文串](notes/LeetCode 第 131 号问题:分割回文串.md) | |
39 | | -| 136 | [只出现一次的数字](notes/LeetCode 第 136 号问题:只出现一次的数字.md) | |
40 | | -| 138 | [复制带随机指针](notes/LeetCode 第 138 号问题:复制带随机指针.md) | |
41 | | -| 139 | [单词拆分](notes/LeetCode 第 139 号问题:单词拆分.md) | |
42 | | -| 144 | [二叉树的前序遍历](notes/LeetCode 第 144 号问题:二叉树的前序遍历.md) | |
43 | | -| 145 | [二叉树的后序遍历](notes/LeetCode 第 145 号问题:二叉树的后序遍历.md) | |
44 | | -| 146 | [LRU缓存机制](notes/LeetCode 第 146 号问题:LRU缓存机制.md) | |
45 | | -| 150 | [逆波兰表达式求值](notes/LeetCode 第 150 号问题:逆波兰表达式求值.md) | |
46 | | -| 167 | [两数之和 II - 输入有序数组](notes/LeetCode 第 167 号问题:两数之和 II - 输入有序数组.md) | |
47 | | -| 187 | [重复的 DNA 序列](notes/LeetCode 第 187 号问题:重复的 DNA 序列.md) | |
48 | | -| 199 | [二叉树的右视图](notes/LeetCode 第 199 号问题:二叉树的右视图.md) | |
49 | | -| 203 | [移除链表元素](notes/LeetCode 第 203 号问题:移除链表元素.md) | |
50 | | -| 206 | [反转链表](notes/LeetCode 第 206 号问题:反转链表.md) | |
51 | | -| 209 | [长度最小的子数组](notes/LeetCode 第 209 号问题:长度最小的子数组.md) | |
52 | | -| 219 | [存在重复元素 II](notes/LeetCode 第 219 号问题:存在重复元素 II.md) | |
53 | | -| 237 | [删除链表中的节点](notes/LeetCode 第 237 号问题:删除链表中的节点.md) | |
54 | | -| 239 | [滑动窗口最大值](notes/LeetCode 第 239 号问题:滑动窗口最大值.md) | |
55 | | -| 279 | [完全平方数](notes/LeetCode 第 279 号问题:完全平方数.md) | |
56 | | -| 283 | [移动零](notes/LeetCode 第 283 号问题:移动零.md) | |
57 | | -| 295 | [数据流的中位数](notes/LeetCode 第 295 号问题:数据流的中位数.md) | |
58 | | -| 301 | [删除无效的括号](notes/LeetCode 第 301 号问题:删除无效的括号.md) | |
59 | | -| 326 | [3 的幂](notes/LeetCode 第 326 号问题:3 的幂.md) | |
60 | | -| 328 | [奇偶链表](notes/LeetCode 第 328 号问题:奇偶链表.md) | |
61 | | -| 344 | [反转字符串](notes/LeetCode 第 344 号问题:反转字符串.md) | |
62 | | -| 349 | [两个数组的交集](notes/LeetCode 第 349 号问题:两个数组的交集.md) | |
63 | | -| 350 | [两个数组的交集 II](notes/LeetCode 第 350 号问题:两个数组的交集 II.md) | |
64 | | -| 445 | [两数相加 II](notes/LeetCode 第 445 号问题:两数相加 II.md) | |
65 | | -| 447 | [回旋镖的数量](notes/LeetCode 第 447 号问题:回旋镖的数量.md) | |
66 | | -| 454 | [四数相加 II](notes/LeetCode 第 454 号问题:四数相加 II.md) | |
67 | | -| 642 | [设计一个搜索自动完成系统](notes/LeetCode 第 642 号问题:设计一个搜索自动完成系统.md) | |
68 | | -| 690 | [员工的重要性](notes/LeetCode 第 690 号问题:员工的重要性.md) | |
69 | | -| 877 | [石子游戏](notes/LeetCode 第 877 号问题:石子游戏.md) | |
| 18 | +| 1 | [两数之和](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 1 号问题:两数之和.md) | |
| 19 | +| 2 | [两数相加](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 2 号问题:两数相加.md) | |
| 20 | +| 3 | [无重复字符的最长子串](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 3 号问题:无重复字符的最长子串.md) | |
| 21 | +| 15 | [三数之和](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 15 号问题:三数之和.md) | |
| 22 | +| 19 | [删除链表的倒数第 N 个节点](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 19 号问题:删除链表的倒数第 N 个节点.md) | |
| 23 | +| 20 | [有效的括号](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 20 号问题:有效的括号.md) | |
| 24 | +| 21 | [合并两个有序链表](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 21 号问题:合并两个有序链表.md) | |
| 25 | +| 23 | [合并 K 个排序链表](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 23 号问题:合并 K 个排序链表.md) | |
| 26 | +| 24 | [两两交换链表中的节点](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 24 号问题:两两交换链表中的节点.md) | |
| 27 | +| 26 | [删除排序数组中的重复项](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 26 号问题:删除排序数组中的重复项.md) | |
| 28 | +| 75 | [颜色分类](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 75 号问题:颜色分类.md) | |
| 29 | +| 86 | [分割链表](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 86 号问题:分割链表.md) | |
| 30 | +| 92 | [反转链表 II](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 92 号问题:反转链表 II.md) | |
| 31 | +| 94 | [二叉树的中序遍历](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 94 号问题:二叉树的中序遍历.md) | |
| 32 | +| 101 | [对称二叉树](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 101 号问题:对称二叉树.md) | |
| 33 | +| 102 | [二叉树的层序遍历](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 102 号问题:二叉树的层序遍历.md) | |
| 34 | +| 103 | [二叉树的锯齿形层次遍历](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 103 号问题:二叉树的锯齿形层次遍历.md) | |
| 35 | +| 107 | [二叉树的层次遍历 II](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 107 号问题:二叉树的层次遍历 II.md) | |
| 36 | +| 110 | [平衡二叉树](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 110 号问题:平衡二叉树.md) | |
| 37 | +| 125 | [验证回文串](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 125 号问题:验证回文串.md) | |
| 38 | +| 131 | [分割回文串](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 131 号问题:分割回文串.md) | |
| 39 | +| 136 | [只出现一次的数字](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 136 号问题:只出现一次的数字.md) | |
| 40 | +| 138 | [复制带随机指针](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 138 号问题:复制带随机指针.md) | |
| 41 | +| 139 | [单词拆分](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 139 号问题:单词拆分.md) | |
| 42 | +| 144 | [二叉树的前序遍历](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 144 号问题:二叉树的前序遍历.md) | |
| 43 | +| 145 | [二叉树的后序遍历](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 145 号问题:二叉树的后序遍历.md) | |
| 44 | +| 146 | [LRU缓存机制](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 146 号问题:LRU缓存机制.md) | |
| 45 | +| 150 | [逆波兰表达式求值](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 150 号问题:逆波兰表达式求值.md) | |
| 46 | +| 167 | [两数之和 II - 输入有序数组](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 167 号问题:两数之和 II - 输入有序数组.md) | |
| 47 | +| 187 | [重复的 DNA 序列](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 187 号问题:重复的 DNA 序列.md) | |
| 48 | +| 199 | [二叉树的右视图](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 199 号问题:二叉树的右视图.md) | |
| 49 | +| 203 | [移除链表元素](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 203 号问题:移除链表元素.md) | |
| 50 | +| 206 | [反转链表](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 206 号问题:反转链表.md) | |
| 51 | +| 209 | [长度最小的子数组](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 209 号问题:长度最小的子数组.md) | |
| 52 | +| 219 | [存在重复元素 II](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 219 号问题:存在重复元素 II.md) | |
| 53 | +| 237 | [删除链表中的节点](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 237 号问题:删除链表中的节点.md) | |
| 54 | +| 239 | [滑动窗口最大值](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 239 号问题:滑动窗口最大值.md) | |
| 55 | +| 279 | [完全平方数](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 279 号问题:完全平方数.md) | |
| 56 | +| 283 | [移动零](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 283 号问题:移动零.md) | |
| 57 | +| 295 | [数据流的中位数](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 295 号问题:数据流的中位数.md) | |
| 58 | +| 301 | [删除无效的括号](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 301 号问题:删除无效的括号.md) | |
| 59 | +| 326 | [3 的幂](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 326 号问题:3 的幂.md) | |
| 60 | +| 328 | [奇偶链表](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 328 号问题:奇偶链表.md) | |
| 61 | +| 344 | [反转字符串](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 344 号问题:反转字符串.md) | |
| 62 | +| 349 | [两个数组的交集](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 349 号问题:两个数组的交集.md) | |
| 63 | +| 350 | [两个数组的交集 II](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 350 号问题:两个数组的交集 II.md) | |
| 64 | +| 445 | [两数相加 II](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 445 号问题:两数相加 II.md) | |
| 65 | +| 447 | [回旋镖的数量](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 447 号问题:回旋镖的数量.md) | |
| 66 | +| 454 | [四数相加 II](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 454 号问题:四数相加 II.md) | |
| 67 | +| 642 | [设计一个搜索自动完成系统](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 642 号问题:设计一个搜索自动完成系统.md) | |
| 68 | +| 690 | [员工的重要性](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 690 号问题:员工的重要性.md) | |
| 69 | +| 877 | [石子游戏](https://github.com/MisterBooo/LeetCodeAnimation/tree/master/notes/LeetCode 第 877 号问题:石子游戏.md) | |
70 | 70 |
|
71 | 71 | ## 补充 |
72 | 72 | 该仓库保持随时更新。 |
|
0 commit comments