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