Skip to content

Commit 4dd056c

Browse files
committed
revise [image] to []
1 parent 2e0818d commit 4dd056c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Linklist/linklist.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
​ 每个节点有一个next指针指向后一个节点,还有一个成员变量用于存储数值。单向链表中有两个节点比较特殊,分别是头结点和尾节点。头结点用来记录链表的基地址,知道头结点我们就可以遍历得到整条链表。尾结点的特殊在于指针指向的是一个空指针NULL。
1515

16-
![image](http://github.com/huxiaoman7/leetcodebook/tree/master/Linklist/pic/1.png)
16+
![](https://github.com/huxiaoman7/leetcodebook/tree/master/Linklist/pic/1.png)
1717

1818

1919

0 commit comments

Comments
 (0)