Skip to content

Commit

Permalink
doc: #21
Browse files Browse the repository at this point in the history
  • Loading branch information
PegasusWang committed Oct 20, 2019
1 parent 552e7c1 commit 9b1c0ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/03_链表/linked_list.py
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ def test_linked_list_remove():
print(list(ll))

def test_single_node():
# https://github.com/PegasusWang/python_data_structures_and_algorithms/pull/21
ll = LinkedList()
ll.append(0)
ll.remove(0)
Expand Down

0 comments on commit 9b1c0ee

Please sign in to comment.