From 28f68d8dc5defa0dd19fe3e06cf496e22c32df2a Mon Sep 17 00:00:00 2001 From: "shuang.kou" Date: Wed, 1 Apr 2020 22:56:45 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E6=95=B0=E6=8D=AE=E7=BB=93=E6=9E=84.m?= =?UTF-8?q?d?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/dataStructures-algorithms/数据结构.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dataStructures-algorithms/数据结构.md b/docs/dataStructures-algorithms/数据结构.md index 43199d48..e1169ede 100644 --- a/docs/dataStructures-algorithms/数据结构.md +++ b/docs/dataStructures-algorithms/数据结构.md @@ -155,7 +155,7 @@ Set 继承于 Collection 接口,是一个不允许出现重复元素,并且 红黑树的应用: -TreeMap、TreeSet以及JDK1.8之后的HashMap底层都用到了红黑树。 +TreeMap、TreeSet以及JDK1.8的HashMap底层都用到了红黑树。 **为什么要用红黑树?**