Skip to content

shuygena/ft_containers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

ft_containers

STL containers (vector, map, stack) in

๐Ÿงฐ Requirements:

C++ compiler
GNU Make

๐Ÿ”— Download & Compile

Clone repository:

git clone https://github.com/shuygena/ft_containers containers

Go to directory:

cd containers

For compile program run:

make

๐Ÿ“Ÿ How to use

Launch it with:

  ./container

You can also write your own tests.

๐Ÿ’ก Nota bene!

The commented code is intended for printing a tree. Functions in file headers/rb_tree.hpp:

void printTree();
void printBT(const std::string& prefix, const node<value_type>* nodeV, bool isLeft) const

Thanks Asem for this awesome code โค๏ธ

๐ŸŽ“ Tutorial

C++ 98 documentation
mipt lectures on YouTube (Ru)

About

๐Ÿ—๏ธ STL containers in C++

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published