Skip to content

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

License

Notifications You must be signed in to change notification settings

izenynn/ft_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_continers

Info

Re-implementation of some c++ containers.

  • Status: 125%
  • Result: finished
  • 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