ryo-manba / ft_containers

Reimplementation of STL containers.
MIT License
0 stars 0 forks source link
cpp

ft_containers

Description

Reimplementation of STL containers with C++98.

Requirement

Features

Implement a series of containers:

Test

git clone https://github.com/ryo-manba/ft_containers
cd ft_containers

make test  # Run Unit-test
make bench # Run Benchmark-test

Author

ryo-manba

Licence

All code is released under the MIT license