An open API service indexing awesome lists of open source software.

https://github.com/urumqinsky/ft_containers

Reimplementation of some basics STL containers
https://github.com/urumqinsky/ft_containers

cpp school21 stl-containers

Last synced: 14 days ago
JSON representation

Reimplementation of some basics STL containers

Awesome Lists containing this project

README

          

# ft_containers

### Проект представляет собой частичную имплементацию STL библиотеки на C++.

Реализованы классы `Vector`, `Map` и `Set` на базе красно-черного дерева, а также класс `Stack` на основе контейнера `Vector`. В проекте использовались концепции шаблонов (templates) и наследования классов.