izenynn / ft_containers

42 cursus - ft_containers: re-implementation of some c++ STL containers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ft_continers

Info

Re-implementation of some c++ containers.

  • Status: finished
  • Result: 125%
  • Observations: the standard used is c++98, map and set use a red-black tree.

Containers

  • c++98 stack
  • c++98 vector
  • c++98 map
  • c++98 set

How to use

  • Clone repo and include the .hpp of the container you want to use:
#include "vector.hpp"

// your code
  • Use them like you would use the original STL Containers.

  • Enjoy! 😁

forthebadge forthebadge

About

42 cursus - ft_containers: re-implementation of some c++ STL containers.

License:GNU General Public License v3.0


Languages

Language:C++ 96.9%Language:Shell 3.1%