{"id":15047205,"url":"https://github.com/archer-01/ft_containers","last_synced_at":"2026-03-17T19:27:39.223Z","repository":{"id":181272294,"uuid":"576706532","full_name":"Archer-01/ft_containers","owner":"Archer-01","description":"Re-implementation of some C++ STL containers","archived":false,"fork":false,"pushed_at":"2023-12-06T17:35:01.000Z","size":159,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-20T15:31:08.242Z","etag":null,"topics":["cpp98","stl-containers"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Archer-01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-10T18:04:20.000Z","updated_at":"2023-07-26T19:49:32.000Z","dependencies_parsed_at":"2024-09-28T23:40:26.748Z","dependency_job_id":"787346a3-0ce6-4647-ba72-77df45100fbb","html_url":"https://github.com/Archer-01/ft_containers","commit_stats":null,"previous_names":["archer-01/ft_containers"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archer-01%2Fft_containers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archer-01%2Fft_containers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archer-01%2Fft_containers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Archer-01%2Fft_containers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Archer-01","download_url":"https://codeload.github.com/Archer-01/ft_containers/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243473692,"owners_count":20296602,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp98","stl-containers"],"created_at":"2024-09-24T20:55:12.057Z","updated_at":"2025-12-26T20:37:22.940Z","avatar_url":"https://github.com/Archer-01.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ft_containers\n\n## Overview\n\nThis is a C++ repository named `ft_containers` that provides a re-implementation of some of the standard C++ Standard Template Library (STL) containers. The implemented containers include:\n\n- `vector`\n- `map`\n- `stack`\n\nAdditionally, the project includes implementations for essential C++11 features and utilities, such as:\n\n- `std::iterator_traits`\n- `std::reverse_iterator`\n- `std::enable_if` (with the ability to implement in a C++98 manner)\n- `std::is_integral`\n- `std::equal` and/or `std::lexicographical_compare`\n- `std::pair`\n- `std::make_pair`\n\nAs a bonus, the repository also contains an implementation of the `set` container, requiring a Red-Black tree.\n\n## Container Implementations\n\n### Vector\n\nThe `vector` implementation serves as the default underlying container for other containers in this project. It does not require a specialization for `vector\u003cbool\u003e`.\n\n### Map\n\nThe `map` container is implemented, providing a key-value associative container.\n\n### Stack\n\nThe `stack` container is implemented with compatibility with the `vector` class.\n\n### Set (Bonus)\n\nThe `set` container is implemented with a Red-Black tree.\n\n## Utility Implementations\n\nThe repository also includes implementations for various C++11 utilities:\n\n- `std::iterator_traits`: Provides traits for iterator types.\n- `std::reverse_iterator`: Implements a reverse iterator.\n- `std::enable_if`: Enables type-based conditional compilation.\n- `std::is_integral`: Checks if a type is integral.\n- `std::equal` and/or `std::lexicographical_compare`: Implements equality and lexicographical comparison.\n- `std::pair`: Represents a pair of values.\n- `std::make_pair`: Constructs a pair from two values.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcher-01%2Fft_containers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Farcher-01%2Fft_containers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Farcher-01%2Fft_containers/lists"}