Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 574 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 574 Bytes

Description

Implementation of MAP (using Red-Black tree), VECTOR and STACK container types of the C++ standard template library.

Some extra implementations:

  • iterators_traits
  • iterator and reverse_iterator systems
  • enable_if
  • is_integral
  • equal and/or lexicographical_compare
  • std::pair
  • std::make_pair

Usage

This project includes tests for all the member functions, non-member functions and overloads

git clone https://github.com/MeSugar/ft_containers.git
cd ft_containers
./test.sh

You can test the containers on your own with: ft::<container>