更新STL

This commit is contained in:
huihut 2018-03-03 16:35:21 +08:00
parent 42b8baed76
commit 897cc73060

View File

@ -632,7 +632,7 @@ typeid 注意事项:
## STL
### 底层数据结构实现
### 容器底层数据结构实现
* vector底层数据结构为数组支持快速随机访问
* list底层数据结构为双向链表支持快速增删