Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 261 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 261 Bytes

TinySTL

It is my implement of STL(standard template library) in C++. Just for fun!

It will include the following 6 parts:

  • allocators
  • adapters
  • alogorithms
  • containers
  • iterators
  • functors

To do list:

  • Add unite test.
  • Complete the parts above.