Skip to content

Commit b251180

Browse files
committed
[feat]add coverpage
1 parent b91ccf1 commit b251180

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

_coverpage.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Set 继承于 Collection 接口,是一个不允许出现重复元素,并且
146146

147147
红黑树的应用:
148148

149-
TreeMap、TreeSet以及JDK1.8之后的HashMap底层都用到了红黑树
149+
TreeMap、TreeSet以及JDK1.8的HashMap底层都用到了红黑树
150150

151151
**为什么要用红黑树?**
152152

0 commit comments

Comments
 (0)