https://github.com/khabouss/ft_containers
C++ STL Containers Implementation
https://github.com/khabouss/ft_containers
containers cpp98
Last synced: 5 months ago
JSON representation
C++ STL Containers Implementation
- Host: GitHub
- URL: https://github.com/khabouss/ft_containers
- Owner: khabouss
- Created: 2022-07-23T05:33:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T21:07:55.000Z (about 3 years ago)
- Last Synced: 2025-01-20T15:31:39.337Z (11 months ago)
- Topics: containers, cpp98
- Language: C++
- Homepage:
- Size: 9.32 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# ft_containers
In this project, I will implement a few container types of the C++ standard template
library.
- vector
- map
- stack
This is a "42 school" project.

read "[en.subject.pdf](https://github.com/khabouss/ft_containers/blob/main/en.subject.pdf)" to see the full assignment.
BST scheme