Skip to content

Commit 2e30be1

Browse files
authored
Update Lists.py
1 parent 2c1a886 commit 2e30be1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lists.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ def search(self, item):
6262
return found
6363

6464
def remove(self, item):
65+
#1 链表为空 2为头结点 3普通节点
6566
current = self.head
6667
previous = None
6768
found = False

0 commit comments

Comments
 (0)