|
2 | 2 |
|
3 | 3 |
|
4 | 4 | - Link List
|
5 |
| - - [19. Remove Nth Node From End of List](https://leetcode.com/problems/remove-nth-node-from-end-of-list/) |
6 |
| - - [83. Remove Duplicates from Sorted List](https://leetcode.com/problems/remove-duplicates-from-sorted-list) |
7 |
| - - [206. Reverse Linked List](https://leetcode.com/problems/reverse-linked-list) |
8 |
| - - [92. Reverse Linked List II](https://leetcode.com/problems/reverse-linked-list-ii) |
9 |
| - - [61. Rotate List](https://leetcode.com/problems/rotate-list) |
10 |
| - - [143. Reorder List](https://leetcode.com/problems/reorder-list) |
11 |
| - - [21. Merge Two Sorted Lists](https://leetcode.com/problems/merge-two-sorted-lists) |
12 |
| - - [160. Intersection of Two Linked Lists](https://leetcode.com/problems/intersection-of-two-linked-lists) |
13 |
| - - [141. Linked List Cycle](https://leetcode.com/problems/intersection-of-two-linked-lists) |
14 |
| - - [147. Insertion Sort List](https://leetcode.com/problems/intersection-of-two-linked-lists) |
15 |
| - - [142. Linked List Cycle II](https://leetcode.com/problems/intersection-of-two-linked-lists) |
16 |
| - - [148. Sort List](https://leetcode.com/problems/intersection-of-two-linked-lists) |
17 |
| - - [146. LRU Cache 7](https://leetcode.com/problems/intersection-of-two-linked-lists) |
| 5 | + - [19. Remove Nth Node From End of List(删除从结尾数第n个结点)](https://leetcode.kyle.link/src/0019.Remove-Nth-Node-From-End-of-List/) |
| 6 | + - [83. Remove Duplicates from Sorted List(删除链表中的重复元素)](https://leetcode.kyle.link/src/0083.Remove-Duplicates-from-Sorted-List/) |
| 7 | + - [206. Reverse Linked List(反转链表)](https://leetcode.kyle.link/src/0206.Reverse-Linked-List/) |
| 8 | + - [92. Reverse Linked List II(反正链表2)](https://leetcode.kyle.link/src/0092.Reverse-Linked-List-II/) |
| 9 | + - [61. Rotate List(链表右移)](https://leetcode.kyle.link/src/0061.Rotate-List/) |
| 10 | + - [143. Reorder List(链表右移2)](https://leetcode.com/problems/reorder-list) |
| 11 | + - [21. Merge Two Sorted Lists(合并已排序的链表)](https://leetcode.kyle.link/src/0021.Merge-Two-Sorted-Lists/) |
| 12 | + - [160. Intersection of Two Linked Lists(寻找链表的交汇点)](https://leetcode.kyle.link/src/0160.Intersection-of-Two-Linked-Lists/) |
| 13 | + - [141. Linked List Cycle(判断链表是否存在环)](https://leetcode.kyle.link/src/0141.Linked-List-Cycle/) |
| 14 | + - [147. Insertion Sort List(链表的插入排序)](https://leetcode.kyle.link/src/0147.Insertion-Sort-List/) |
| 15 | + - [142. Linked List Cycle II(判断链表是否存在环2)](https://leetcode.kyle.link/src/0142.Linked-List-Cycle-II/) |
| 16 | + - [148. Sort List(链表排序)](https://leetcode.kyle.link/src/0148.Sort-List/) |
| 17 | + - [146. LRU Cache (LRU缓存)](https://leetcode.kyle.link/src/0146.LRU-Cache/) |
18 | 18 |
|
19 | 19 | - DFS
|
20 | 20 |
|
|
0 commit comments