Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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)