Skip to content

Commit 1181274

Browse files
committed
lru leetcode
1 parent 1768b65 commit 1181274

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/03_链表/linked_list.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,3 +90,7 @@ cdll.tailnode() | O(1) |
9090
# 勘误:
9191

9292
视频中 LinkedList.remove 方法讲解有遗漏, linked_list.py 文件已经修正,请读者注意。具体请参考 [fix linked_list & add gitigonre](https://github.com/PegasusWang/python_data_structures_and_algorithms/pull/3)。视频最后增加了一段勘误说明。
93+
94+
# Leetcode
95+
96+
[LRU Cache](https://leetcode.com/problems/lru-cache/description/)

0 commit comments

Comments
 (0)