Skip to content

Bidijoe45/ft_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ft_containers

This project aims to learn how C++ STL work by reimplementing some of the containers:

  • Vector: sequence container that encapsulates dynamic size arrays.
  • Stack: container adaptor that gives the programmer the functionality of a stack.
  • Map: sorted associative container that contains key-value pairs with unique keys. Implemented as red-black-tree

About

This project aims to learn how C++ STL work by reimplementing some of the containers

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors