From 897cc730605d72fa9966f5e9a60c22a9bba93eed Mon Sep 17 00:00:00 2001 From: huihut Date: Sat, 3 Mar 2018 16:35:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0STL?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08e7958..a068f41 100644 --- a/README.md +++ b/README.md @@ -632,7 +632,7 @@ typeid 注意事项: ## STL -### 底层数据结构实现 +### 容器底层数据结构实现 * vector:底层数据结构为数组,支持快速随机访问 * list:底层数据结构为双向链表,支持快速增删