Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 1.34 KB

README.md

File metadata and controls

50 lines (41 loc) · 1.34 KB

ft_containers

Multiple containers re-implemented in C++.

rleseur's 42 ft_containers Score

Validated: 18/11/2022

Containers

  • Vector
  • Map
  • Stack
  • Set

For Map and Set, the Read-Black Tree was re-implemented as well.

Other implementations

  • std::iterator_traits
  • std::reverse_iterator
  • std::enable_if
  • std::is_integral
  • std::equal and/or std::lexicographical_compare
  • std::pair
  • std::make_pair

Author

rleseur's 42 stats


@GAsNa (rleseur)
Intra 42

Badge

C++ badge