/ft_containers

Re-implementing C++ containers to understand them

Primary LanguageC++

ft_containers

Recoded the main containers of the Standard Template Library, in C++.

Implemented containers:

Context

This project was done as part of 42's Software Engineer program. Project was passed the 24th February 2021.

Usage

Testing

Added unit tests for each containers. Compile the tests through the main.cpp file:

clang++ -Wall -Wextra -Werror main.cpp

Execute the binary, the results are displayed in the terminal:

./a.out