Skip to content

Commit 9b1c0ee

Browse files
committed
1 parent 552e7c1 commit 9b1c0ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/03_链表/linked_list.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@ def test_linked_list_remove():
189189
print(list(ll))
190190

191191
def test_single_node():
192+
# https://github.com/PegasusWang/python_data_structures_and_algorithms/pull/21
192193
ll = LinkedList()
193194
ll.append(0)
194195
ll.remove(0)

0 commit comments

Comments
 (0)