nafuka11 / ft_containers

Reimplementation of STL containers
0 stars 0 forks source link

Translations: English(en) 日本語(ja)

ft_containers

Reimplementation of STL containers.

Overview

I reimplemented the following containers in C++98.

Testing

Test all containers

make test

Test the container specified by the argument

./grademe.sh vector

Resources

Articles

Reimplementing STL containers in C++98 - Nafuka Lines (Japanese)

Reimplementing vector in C++98 - Nafuka Lines (Japanese)

Reimplementing map in C++98 - Nafuka Lines (Japanese)

Slides

A quick understanding of a project to reimplement containers in C++ (Japanese)

Understanding Red-Black Tree (Japanese)