Skip to content

cyyzero/TinySTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Try to implement a simple STL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages