Skip to content

Commit b820706

Browse files
committed
update summary list
1 parent 119253b commit b820706

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ LeetCode of algorithms with golang solution(updating:smiley:).
3535

3636
[![Stargazers over time](https://starcharts.herokuapp.com/kylesliu/awesome-golang-leetcode.svg)](https://starcharts.herokuapp.com/kylesliu/awesome-golang-leetcode)
3737

38+
## Summary
39+
40+
- You can find the solution list of categories [here](https://leetcode.kyle.link/SUMMARY-LIST.html)
41+
42+
3843
## Community
3944

4045
* [leetbook](https://github.com/hk029/leetbook) 某位大佬写的Leetcode题解,不过已经不更新了

SUMMARY-LIST.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33

44
- 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/)
1818

1919
- DFS
2020

0 commit comments

Comments
 (0)