Skip to content

42 project aiming to implement four of the containers of the STL (`vector`, `stack`, `map` and `set`) in C++98.

Notifications You must be signed in to change notification settings

rotrojan/ft_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_containers

42 project aiming to implement four of the containers of the Standard Template Library (vector, stack, map and set) in C++98.

Concerns

  • Compliance with the ISO C++98 standard (class attributes and member functions, algorithmic complexities);
  • Usage of the appropriate data structures (red-black trees and arrays).

Includes an auto-testing Makefile.

About

42 project aiming to implement four of the containers of the STL (`vector`, `stack`, `map` and `set`) in C++98.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published