Skip to content

Commit 28f9d83

Browse files
committed
add STL-README.md
1 parent 6a88b79 commit 28f9d83

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

STL-source-code-notes/README.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SIG STL源码分析
2+
3+
## 前言
4+
5+
本专栏主要以 STL 源码剖析分析路线来分析 SIGSTL3.0 源码.
6+
7+
整个模块准备对学习 `STL源码剖析` 之后做一个系统的总结,这些都是我个人的理解,如果分析有什么问题欢迎各位大佬们指出。
8+
9+
感谢 《STL源码剖析》 作者侯捷大师,以及网络中各个大佬的总结。
10+
11+
在梳理知识的过程中,让我也能更容易更深刻的理解到 `STL` 的强大和方便,对泛型思维的理解深刻。
12+
13+
**总共分为六个版块 : 空间配置器,迭代器,容器(序列容器, 关联容器),算法,仿函数,配接器。**
14+
15+
![](https://cdn.jsdelivr.net/gh/rongweihe/ImageHost01/STL/STL-%E5%85%AD%E5%A4%A7%E7%BB%84%E4%BB%B6%E5%9B%BE.png)
16+
17+
![](https://cdn.jsdelivr.net/gh/rongweihe/ImageHost01/STL/STL-container.png)
18+
19+
![](https://cdn.jsdelivr.net/gh/rongweihe/ImageHost01/STL/stl-%E5%85%AD%E9%83%A8%E6%9B%B2-%E5%BA%8F%E5%88%97%E5%BC%8F%E5%AE%B9%E5%99%A8%E6%80%9D%E7%BB%B4%E5%AF%BC%E5%9B%BE.png)
20+
21+
![](https://cdn.jsdelivr.net/gh/rongweihe/ImageHost01/STL/STL-%E8%BF%AD%E4%BB%A3%E5%99%A8.png)

STL-source-code-notes/STL六部曲之算法总结.md

+2
Original file line numberDiff line numberDiff line change
@@ -242,3 +242,5 @@ STL 算法博大精深,涵盖诸多内容,其算法之大观,细节之深
242242
《STL源码剖析》-侯捷
243243

244244
https://www.jianshu.com/p/eb554b0943ab
245+
246+

0 commit comments

Comments
 (0)