Skip to content

coldinke/toySTL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ToySTL

A toy STL.

Progress

Implmented:

  • Allocator
  • Iterator
  • Vector

In the future:

  • List
  • Deque
  • Stack
  • Queue
  • Priority Queue

Build and Test

This projcect uses Cmake for building and testing.

Build the binaries:

Cmake

mkdir build
cd build
cmake ..
make

Testing

The projecet tests are based on MyTinySTL !

reference

About

A toy STL.

Topics

Resources

Stars

Watchers

Forks