https://github.com/artainmo/ft_containers
42 school project. Rewrite different container types of the c++ standard template library.
https://github.com/artainmo/ft_containers
42school cpp
Last synced: over 1 year ago
JSON representation
42 school project. Rewrite different container types of the c++ standard template library.
- Host: GitHub
- URL: https://github.com/artainmo/ft_containers
- Owner: artainmo
- Created: 2020-09-24T10:37:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T00:52:37.000Z (over 3 years ago)
- Last Synced: 2025-01-22T15:32:12.922Z (over 1 year ago)
- Topics: 42school, cpp
- Language: C++
- Homepage:
- Size: 1.59 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ft_containers
42 school [subject](https://cdn.intra.42.fr/pdf/pdf/13853/en.subject.pdf).
Rewrite different container types of the c++ standard template library.
You can use this project with our [associated unit-test](https://github.com/artainmo/ft_containers-unittest).