Skip to content

Commit 190f8a9

Browse files
committed
内容错误,重新提交
1 parent 1379f45 commit 190f8a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

reorder_list.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ class Solution:
55
@param head: The first node of the linked list.
66
@return: nothing
77
"""
8-
def reorderList(self, head):
9-
# write your code here
108
def reorderList(self, head):
119
# write your code here
1210
'''

0 commit comments

Comments
 (0)