Skip to content

Reimplementation of STL containers vector, map and stack, 42-school project

License

Notifications You must be signed in to change notification settings

ostef/42-ft_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_containers

The goal of this projet is to reimplement the std::vector, std::map and std::stack containers from C++98, as well as a few utilities such as std::enable_if, std::is_integral, std::equal...

There is also a full fledged implementation of an AVL Tree in avl.hpp, which is used as a basis for the ft::map implementation.

About

Reimplementation of STL containers vector, map and stack, 42-school project

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published