未验证 提交 8ab525f9 编写于 作者: K Keqi Huang 提交者: GitHub

Update 206._reverse_linked_list.md

上级 e5c52095
......@@ -47,4 +47,5 @@ class Solution(object):
return new_head
nxt = head.next
head.next = new_head
return self.reverseHelper(nxt, head)```
return self.reverseHelper(nxt, head)
```
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册