File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -83,11 +83,11 @@ ArrayList 实现了 RandomAccess 接口, 而 LinkedList 没有实现。为什
83
83
84
84
** 双向链表:** 包含两个指针,一个prev指向前一个节点,一个next指向后一个节点。
85
85
86
- ![ 双向链表] ( https://ws1.sinaimg.cn/large/006rNwoDgy1g2dp8qi5xij30fk06idgj.jpg )
86
+ ![ 双向链表] ( https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-6/双向链表.png )
87
87
88
88
** 双向循环链表:** 最后一个节点的 next 指向head,而 head 的prev指向最后一个节点,构成一个环。
89
89
90
- ![ 双向循环链表] ( https://ws1.sinaimg.cn/large/006rNwoDgy1g2dp8a1hxej30eu06zgmd.jpg )
90
+ ![ 双向循环链表] ( https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-6/双向循环链表.png )
91
91
92
92
## ArrayList 与 Vector 区别呢?为什么要用Arraylist取代Vector呢?
93
93
@@ -451,4 +451,4 @@ Output:
451
451
452
452
** Java工程师必备学习资源:** 一些Java工程师常用学习资源公众号后台回复关键字 ** “1”** 即可免费无套路获取。
453
453
454
- ![ 我的公众号] ( https://user-gold-cdn.xitu.io/2018/11/28/167598cd2e17b8ec?w=258&h=258&f=jpeg&s=27334 )
454
+ ![ 我的公众号] ( https://user-gold-cdn.xitu.io/2018/11/28/167598cd2e17b8ec?w=258&h=258&f=jpeg&s=27334 )
You can’t perform that action at this time.
0 commit comments