Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 2e0818d

Browse files
revise https to http
1 parent 61126ae commit 2e0818d

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](https://github.com/huxiaoman7/leetcodebook/tree/master/Linklist/pic/1.png)
16+
![image](http://github.com/huxiaoman7/leetcodebook/tree/master/Linklist/pic/1.png)
1717

1818

1919

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /