Skip to content

Commit 1c56335

Browse files
committed
链接表勘误:LinedList.remove 实现有 bug
1 parent 265d6df commit 1c56335

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
@@ -85,3 +85,7 @@ cdll.tailnode() | O(1) |
8585
# 相关阅读
8686

8787
[那些年,我们一起跪过的算法题- 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

Comments
 (0)