Skip to content

Commit

Permalink
调整符号
Browse files Browse the repository at this point in the history
  • Loading branch information
imarvinle committed Jun 8, 2023
1 parent ced5889 commit c30e18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/leetcode/list/0206-reverse-linked-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

## 解题思路

### 新建节点头插法
### . 新建节点头插法

这道题,最容易想到的做法就是从头到尾遍历一遍链表,然后使用**头插法**,不断将后面的元素插入到新链表的头部。

Expand Down

0 comments on commit c30e18c

Please sign in to comment.