-
Vector ([std::vector])
-
Stack ([std::stack])
-
Map ([std::map])
STL is not allowed. That means you cannot you cannot use <iterator> or even <utility>.
bonus:
- Set ([std::set])
This implementation requires utilisation of Red-Black tree.
final mark |
|
This project passed the tough test from mli42_ontainers_test
it also passed a large set of tests in the test directory
make
compare reimplemented containers wiith STL containers: ./my_containers
more performance test with timing: ./ft_containers,
to see STL containers performance : ./stl_containers