Skip to content

Commit 31637a6

Browse files
添加STL底层实现说明
1 parent 6319305 commit 31637a6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

C++/C++常见知识点.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ image::image-2022-06-05-12-13-07-200.png[STL六大组件关系图]
5959
hash table-散列表,详见:redis内存分析
6060
hash_map,hash_set,hash_multset,hash_multimap- 基于hash table实现
6161

62+
=== STL各个数据结构底层实现原理
6263

64+
- vector: 底层是动态数组实现
6365

6466

6567

0 commit comments

Comments
 (0)