# TinySTL **Repository Path**: csppp3/tiny-stl ## Basic Information - **Project Name**: TinySTL - **Description**: 迷你版的C++ STL库 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 0 - **Created**: 2023-01-08 - **Last Updated**: 2024-12-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: Cpp, STL ## README # TinySTL #### 介绍 迷你版的C++ STL库,包含STL库基础、核心的内容,旨在帮助初学者加深对STL、数据结构的理解。 #### 软件架构 1. C++11 STL 2. 支持内容 * 容器 * 顺序容器 * vector * list * deque * 关联容器 * set * multiset * map * multimap * 容器适配器 * stack * queue * priority_queue * 算法 * 迭代器 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request