We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1768b65 commit 1181274Copy full SHA for 1181274
docs/03_链表/linked_list.md
@@ -90,3 +90,7 @@ cdll.tailnode() | O(1) |
90
# 勘误:
91
92
视频中 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