Skip to content

Implementation of C++ containers from the Standard Template Library (STL) in compliance with C++98 standards. Includes vector, map, stack, and additional features like iterators and SFINAE. Red-black tree set implementation.

Notifications You must be signed in to change notification settings

sdummett-at-42/ft_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_containers

The multiple available containers in C++ all have a very different usage. To make sure I understand them all, I will re-implement them!

About

Implementation of C++ containers from the Standard Template Library (STL) in compliance with C++98 standards. Includes vector, map, stack, and additional features like iterators and SFINAE. Red-black tree set implementation.

Topics

Resources

Stars

Watchers

Forks