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 265d6df commit 1c56335Copy full SHA for 1c56335
docs/03_链表/linked_list.md
@@ -85,3 +85,7 @@ cdll.tailnode() | O(1) |
85
# 相关阅读
86
87
[那些年,我们一起跪过的算法题- Lru cache[视频]](https://zhuanlan.zhihu.com/p/35175401)
88
+
89
+# 勘误:
90
91
+视频中 LinkedList.remove 方法讲解有遗漏, linked_list.py 文件已经修正,请读者注意。具体请参考 [fix linked_list & add gitigonre](https://github.com/PegasusWang/python_data_structures_and_algorithms/pull/3)
0 commit comments