Skip to content

In this project, you will implement a few container types of the C++ standard template library.

Notifications You must be signed in to change notification settings

Alicia-bites/ft_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ft_containers

Implementation of a few container types of the C++ standard template library, using binary trees.

How to use

To test the code and compare it to the behaviour of the original standard template library containers :

  • In a terminal, type in sh my_server.sh
  • Check out the std_out & ft_out files

To execute only the code I wrote :

  • In a terminal, type in make
  • Then, type in ./ft_containers

About

In this project, you will implement a few container types of the C++ standard template library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published