Skip to content

xibaochat/ft_containers

Repository files navigation

  ft_containers

 

  reimplement the following C++ containers:
  • 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



interest number of team difficulty
⭐⭐⭐⭐⭐ 🐱 ⭐⭐⭐⭐⭐

Subject:

This project passed the tough test from mli42_ontainers_test

test_result it also passed a large set of tests in the test directory

how to test:

make

compare reimplemented containers wiith STL containers: ./my_containers

more performance test with timing: ./ft_containers,

to see STL containers performance : ./stl_containers

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published