elvin365 / Custom-STL-container

Custom STL-container (std::map)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Custom-container

We all know std::map.

But now we will implement our own (custom) map container and iterator. It has syntax of a hash (associative array) but it's realisation made by red-black tree.

About

Custom STL-container (std::map)


Languages

Language:C++ 100.0%