Skip to content

Commit d2f5931

Browse files
authored
Update 206._reverse_linked_list.md
1 parent b2d220c commit d2f5931

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Leetcode_Solutions/206._reverse_linked_list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class Solution(object):
5050
> 思路 2
5151
******- 时间复杂度: O(N)******- 空间复杂度: O(1)******
5252

53-
其实一个指针就够了
53+
其实不用cur也可以
5454

5555
```python
5656
class Solution(object):

0 commit comments

Comments
 (0)