We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91ccf1 commit b251180Copy full SHA for b251180
_coverpage.md
@@ -0,0 +1,12 @@
1
+<p align="center">
2
+<img src="https://my-blog-to-use.oss-cn-beijing.aliyuncs.com/2019-3logo-透明.png" width=""/>
3
+</p>
4
+<h1 align="center">JavaGuide面试突击版</h1>
5
+
6
+[常用资源](https://shimo.im/docs/MuiACIg1HlYfVxrj/)
7
+[GitHub](https://github.com/Snailclimb)
8
+[开始阅读](#a-0必看)
9
10
11
12
docs/c-2数据结构.md
@@ -146,7 +146,7 @@ Set 继承于 Collection 接口,是一个不允许出现重复元素,并且
146
147
红黑树的应用:
148
149
-TreeMap、TreeSet以及JDK1.8之后的HashMap底层都用到了红黑树。
+TreeMap、TreeSet以及JDK1.8的HashMap底层都用到了红黑树。
150
151
**为什么要用红黑树?**
152
0 commit comments