# My-STL-Note **Repository Path**: yezixiao/My-STL-Note ## Basic Information - **Project Name**: My-STL-Note - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-13 - **Last Updated**: 2021-08-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # My-STL-Note ## 1. 各章节目录与对应笔记 | 章节 | 笔记 | | :------------------------------------------------: | :----------------------------------------------------------: | | **[0.体系总览](STL-Note/STL-Note.md)** | [0.STL-Note.md](STL-Note/STL-Note.md) | | **[1.分配器](STL-Note/1.Allocator)** | [1.Allocator.md](STL-Note/1.Allocator/Allocator.md) | | **[2.迭代器](STL-Note/2.Iterator)** | [2.Iterator.md](STL-Note/2.Iterator/Iterator.md) | | **[3.顺序容器](STL-Note/3.Sequence-Container)** | [3.Sequence Container.md](STL-Note/3.Sequence-Container/Sequence-Container.md) | | **[4.关联容器](STL-Note/4.Associative-Container)** | [4.1Ordered Associative Containter.md](STL-Note/4.Associative-Container/Ordered-Associative-Container.md)/
[4.2Unordered Associative Container.md](STL-Note/4.Associative-Container/Unordered-Associative-Container.md) | | **[5.算法](STL-Note/5.Algorithms)** | [5.Algorithms.md](STL-Note/5.Algorithms/Algorithms.md) | | **[6.函数对象](STL-Note/6.Functors)** | [6.Functors.md](STL-Note/6.Functors/Functors.md) | | **[7.适配器](STL-Note/7.Adapters)** | [7.Adapters.md](STL-Note/7.Adapters/Adapters.md) | ## 2. 参考资料 1. [STL源码剖析](book/STL源码剖析简体中文.pdf),侯捷著 2. [SGI-STL V3.3源代码](SGI-STL+V3.3)