ostef / 42-ft_containers

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:The Unlicense


Languages

Language:C++ 95.7%Language:Shell 4.3%