Skip to content

Commit

Permalink
auto commit
Browse files Browse the repository at this point in the history
  • Loading branch information
CyC2018 committed May 3, 2019
1 parent 1dc9082 commit c5603fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions docs/notes/剑指 Offer 题解 - 10~19.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,6 @@ private void printNumber(char[] number) {

<div align="center"> <img src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/1176f9e1-3442-4808-a47a-76fbaea1b806.png" width="600"/> </div><br>

② 如果链表只有一个节点,那么直接

② 否则,就需要先遍历链表,找到节点的前一个节点,然后让前一个节点指向 null,时间复杂度为 O(N)。

<div align="center"> <img src="https://cs-notes-1256109796.cos.ap-guangzhou.myqcloud.com/4bf8d0ba-36f0-459e-83a0-f15278a5a157.png" width="600"/> </div><br>
Expand Down
2 changes: 0 additions & 2 deletions notes/剑指 Offer 题解 - 10~19.md
Original file line number Diff line number Diff line change
Expand Up @@ -594,8 +594,6 @@ private void printNumber(char[] number) {

<div align="center"> <img src="pics/1176f9e1-3442-4808-a47a-76fbaea1b806.png" width="600"/> </div><br>

② 如果链表只有一个节点,那么直接

② 否则,就需要先遍历链表,找到节点的前一个节点,然后让前一个节点指向 null,时间复杂度为 O(N)。

<div align="center"> <img src="pics/4bf8d0ba-36f0-459e-83a0-f15278a5a157.png" width="600"/> </div><br>
Expand Down

0 comments on commit c5603fa

Please sign in to comment.