Skip to content

Commit 9729985

Browse files
committed
fix wrong figure
1 parent 9e02c3d commit 9729985

9 files changed

+4
-4
lines changed
4.72 KB
Loading
-4.73 KB
Binary file not shown.
4.64 KB
Loading
-4.86 KB
Binary file not shown.

Linked_list/img/split_to_2_side.png

4.59 KB
Loading

Linked_list/img/split_to_2_side.webp

-4.86 KB
Binary file not shown.

Linked_list/img/whole_linked_list.png

2.17 KB
Loading
-2.38 KB
Binary file not shown.

Linked_list/readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ data|next
5454
2. 从left头节点和逆序后的right头节点开始遍历,一直往后遍历直到链表尾;
5555
3. 遍历过程中出现不相同的数据则不是回文的单链表,否则就是回文的单链表;
5656
#### 图解
57-
![1](img/whole_linked_list.webp)
58-
![2](img/split_to_2_side.webp)
59-
![3](img/reverse_linked_list.webp)
60-
![4](img/compare_linked_list.webp)
57+
![1](img/whole_linked_list.png)
58+
![2](img/split_to_2_side.png)
59+
![3](img/reverse_linked_list.png)
60+
![4](img/compare_linked_list.png)
6161
---
6262
#### 代码实现
6363

0 commit comments

Comments
 (0)