Skip to content

siliotar/containers

Repository files navigation

ft_containers

This is the ft_containers project from the new cursus.

You have to reimplement the following C++ containers:

STL is not allowed. That means you cannot you cannot use <iterator> or even <utility>.

My map/set implementations all use the Red-Black Tree as the underlying data structure. Red-Black Tree implemented in RBTree.hpp file in this repository.

Bonus:

This implementation comes with a large set of tests in the test directory.

docs

Here are some random useful / interesting links:

About

C++ STL containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published