|
30 | 30 | - [0234. 回文链表](https://leetcode.cn/problems/palindrome-linked-list/)
|
31 | 31 | - [0138. 复制带随机指针的链表](https://leetcode.cn/problems/copy-list-with-random-pointer/)
|
32 | 32 | - [更多链表基础题目](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/02.Linked-List/01.Linked-List-Basic/10.Linked-List-Basic-List.md)
|
33 | | - |
34 | 33 | - 第 03 天学习内容:
|
35 | 34 | - [链表排序](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/02.Linked-List/02.Linked-List-Sort/01.Linked-List-Sort.md)
|
36 | 35 | - 第 03 天课程题目:
|
37 | 36 | - [0147. 对链表进行插入排序](https://leetcode.cn/problems/insertion-sort-list/)
|
38 | 37 | - [0021. 合并两个有序链表](https://leetcode.cn/problems/merge-two-sorted-lists/)
|
39 | 38 | - [0148. 排序链表](https://leetcode.cn/problems/sort-list/)
|
40 | | - |
41 | 39 | - [更多链表排序题目](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/02.Linked-List/02.Linked-List-Sort/10.Linked-List-Sort-List.md)
|
42 | | - |
43 | 40 | - 第 04 天学习内容:
|
44 | 41 | - [链表双指针](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/02.Linked-List/03.Linked-List-Two-Pointers/01.Linked-List-Two-Pointers.md)
|
45 | 42 | - 第 04 天课程题目:
|
|
61 | 58 | - [0394. 字符串解码](https://leetcode.cn/problems/decode-string/)
|
62 | 59 | - [0946. 验证栈序列](https://leetcode.cn/problems/validate-stack-sequences/)
|
63 | 60 | - [更多堆栈基础知识相关题目](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/03.Stack/01.Stack-Basic/10.Stack-Basic-List.md)
|
64 | | - |
65 | 61 | - 第 07 天学习内容:
|
66 | 62 | - [单调栈](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/03.Stack/03.Monotone-Stack/01.Monotone-Stack.md)
|
67 | 63 | - 第 07 天课程题目:
|
|
73 | 69 | ### Task 03 深度优先搜索(第 08 ~ 10 天)
|
74 | 70 |
|
75 | 71 | - 第 08 ~ 10 天学习内容:
|
76 | | - - [深度优先搜索](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/03.Stack/02.Stack-DFS/01.Stack-DFS.md) |
| 72 | + - [深度优先搜索](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/08.Graph/02.Graph-Traversal/01.Graph-DFS.md) |
77 | 73 | - 第 08 天课程题目:
|
78 | 74 | - [0200. 岛屿数量](https://leetcode.cn/problems/number-of-islands/)
|
79 | 75 | - [0133. 克隆图](https://leetcode.cn/problems/clone-graph/)
|
|
86 | 82 | - [0417. 太平洋大西洋水流问题](https://leetcode.cn/problems/pacific-atlantic-water-flow/)
|
87 | 83 | - [1020. 飞地的数量](https://leetcode.cn/problems/number-of-enclaves/)
|
88 | 84 | - [1254. 统计封闭岛屿的数目](https://leetcode.cn/problems/number-of-closed-islands/)
|
89 | | -- [更多栈与深度优先搜索题目](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/03.Stack/02.Stack-DFS/10.Stack-DFS-List.md) |
| 85 | +- [更多深度优先搜索题目](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/08.Graph/02.Graph-Traversal/02.Graph-DFS-List.md) |
90 | 86 |
|
91 | 87 | ### Task 04:队列与优先队列(第 11 ~ 12 天)
|
92 | 88 |
|
|
97 | 93 | - [剑指 Offer II 041. 滑动窗口的平均值](https://leetcode.cn/problems/qIsx9U/)
|
98 | 94 | - [0225. 用队列实现栈](https://leetcode.cn/problems/implement-stack-using-queues/)
|
99 | 95 | - [更多队列基础题目](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/04.Queue/01.Queue-Basic/10.Queue-Basic-List.md)
|
100 | | - |
101 | 96 | - 第 12 天学习内容:
|
102 | 97 | - [优先队列](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/04.Queue/03.Priority-Queue/01.Priority-Queue.md)
|
103 | 98 | - 第 12 天课程题目:
|
|
109 | 104 | ### Task 05 广度优先搜索(第 13 ~ 14 天)
|
110 | 105 |
|
111 | 106 | - 第 13 ~ 14 天学习内容:
|
112 | | - - [广度优先搜索](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/04.Queue/02.Queue-BFS/01.Queue-BFS.md) |
| 107 | + - [广度优先搜索](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/08.Graph/02.Graph-Traversal/03.Graph-BFS.md) |
113 | 108 | - 第 13 天课程题目:
|
114 | 109 | - [0463. 岛屿的周长](https://leetcode.cn/problems/island-perimeter/)
|
115 | 110 | - [0752. 打开转盘锁](https://leetcode.cn/problems/open-the-lock/)
|
|
118 | 113 | - [0542. 01 矩阵](https://leetcode.cn/problems/01-matrix/)
|
119 | 114 | - [0322. 零钱兑换](https://leetcode.cn/problems/coin-change/)
|
120 | 115 | - [剑指 Offer 13. 机器人的运动范围](https://leetcode.cn/problems/ji-qi-ren-de-yun-dong-fan-wei-lcof/)
|
121 | | -- [更多广度优先搜索题目](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/04.Queue/02.Queue-BFS/10.Queue-BFS-List.md) |
| 116 | +- [更多广度优先搜索题目](https://github.com/itcharge/LeetCode-Py/blob/main/Contents/08.Graph/02.Graph-Traversal/04.Graph-BFS-List.md) |
122 | 117 |
|
123 | 118 | ### Task 06 拓扑排序(第 15 天)
|
124 | 119 |
|
0 commit comments