r1ckhu / TinySTL

TinySTL implements part of the STL library and some other functionalities

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TinySTL

About

TinySTL implements part of the STL library and some other functionalities.

Environment

Complier: gcc version 11.2.0

Progress

  • vector: completed
  • list: completed
  • deque: TODO

Reference

  1. 侯捷. (2002). STL 源码剖析. 华中科技大学出版社.

About

TinySTL implements part of the STL library and some other functionalities


Languages

Language:C++ 98.8%Language:CMake 1.2%