https://github.com/nullswan/ft_containers
Re-implement C98++ std::containers, vector, map, stack and set with a red-black tree.
https://github.com/nullswan/ft_containers
Last synced: over 1 year ago
JSON representation
Re-implement C98++ std::containers, vector, map, stack and set with a red-black tree.
- Host: GitHub
- URL: https://github.com/nullswan/ft_containers
- Owner: nullswan
- Created: 2021-10-29T14:07:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T23:28:30.000Z (over 4 years ago)
- Last Synced: 2025-01-09T08:48:40.124Z (over 1 year ago)
- Language: C++
- Homepage: https://c3b5aw.github.io/ft_containers
- Size: 2.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Result
- Note 125/100
[](https://github.com/c3b5aw/ft_containers/actions/workflows/docs.yml)
[](https://github.com/c3b5aw/ft_containers/actions/workflows/cpplint.yml)
[](https://github.com/c3b5aw/ft_containers/actions/workflows/unit_test.yml)
# Mandatory part
### vector
### map
### stack
# Bonus
### set
---
# Additional classes
### iterator
- random_access_iterator
- reverse_iterator
### algorithm
- equal
- lexigraphical_compare
### types
- type_trait
- is_integral
- enable_if
### tree
- rb_tree