|
| 1 | +下面只是简单地总结,给了一些参考文章,后面会对这部分内容进行重构。 |
1 | 2 | <!-- MarkdownTOC --> |
2 | 3 |
|
3 | 4 | - [Queue](#queue) |
@@ -81,8 +82,9 @@ Set 继承于 Collection 接口,是一个不允许出现重复元素,并且 |
81 | 82 | **Stack** 是栈,它继承于Vector。它的特性是:先进后出(FILO, First In Last Out)。相关阅读:[java数据结构与算法之栈(Stack)设计与实现](https://blog.csdn.net/javazejian/article/details/53362993) |
82 | 83 |
|
83 | 84 | ### ArrayList 和 LinkedList 源码学习 |
84 | | -- [ArrayList 源码学习](https://github.com/Snailclimb/Java-Guide/blob/master/Java/ArrayList.md) |
85 | | -- [LinkedList 源码学习](https://github.com/Snailclimb/Java-Guide/blob/master/Java/LinkedList.md) |
| 85 | + |
| 86 | +- [ArrayList 源码学习](https://github.com/Snailclimb/JavaGuide/blob/master/docs/java/ArrayList.md) |
| 87 | +- [LinkedList 源码学习](https://github.com/Snailclimb/JavaGuide/blob/master/docs/java/LinkedList.md) |
86 | 88 |
|
87 | 89 | ### 推荐阅读 |
88 | 90 |
|
|
0 commit comments