Update 面试总结.md
This commit is contained in:
parent
aa49ccebab
commit
8b2fe318ee
@ -403,7 +403,7 @@ public ArrayList<Integer> printListFromTailToHead(ListNode listNode) {
|
||||
```
|
||||
|
||||
```python
|
||||
def printListFromTailToHead(self, listNode):
|
||||
def printListFromTailToHead(listNode):
|
||||
# write code here
|
||||
l = list()
|
||||
while listNode:
|
||||
|
Loading…
x
Reference in New Issue
Block a user