Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Reimplementation of some basics STL containers
- Host: GitHub
- URL: https://github.com/urumqinsky/ft_containers
- Owner: urumqinsky
- Created: 2022-02-11T18:50:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-11T11:11:57.000Z (over 2 years ago)
- Last Synced: 2023-03-06T21:57:00.203Z (almost 2 years ago)
- Topics: cpp, school21, stl-containers
- Language: C++
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ft_containers
### Проект представляет собой частичную имплементацию STL библиотеки на C++.
Реализованы классы `Vector`, `Map` и `Set` на базе красно-черного дерева, а также класс `Stack` на основе контейнера `Vector`. В проекте использовались концепции шаблонов (templates) и наследования классов.