Skip to content

Commit 28f68d8

Browse files
committed
Update 数据结构.md
1 parent 55661e9 commit 28f68d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/dataStructures-algorithms/数据结构.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ Set 继承于 Collection 接口,是一个不允许出现重复元素,并且
155155

156156
红黑树的应用:
157157

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

160160
**为什么要用红黑树?**
161161

0 commit comments

Comments
 (0)