{"id":18375108,"url":"https://github.com/zenorachi/s21-containers","last_synced_at":"2025-07-25T21:33:39.363Z","repository":{"id":157734201,"uuid":"629683020","full_name":"zenorachi/s21-containers","owner":"zenorachi","description":"The \"S21-Containers\" project is a collection of container implementations similar to the containers in the C++ Standard Library.","archived":false,"fork":false,"pushed_at":"2023-08-17T14:17:00.000Z","size":63,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-11T04:48:46.231Z","etag":null,"topics":["algorithms","avl-tree","cpp","list","makefile","map","queue","set","stack","stl-containers","tree"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zenorachi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-04-18T20:15:32.000Z","updated_at":"2024-09-08T19:20:21.000Z","dependencies_parsed_at":"2025-02-15T22:14:17.110Z","dependency_job_id":"faeeaed1-8a33-47bd-b438-c58323c05069","html_url":"https://github.com/zenorachi/s21-containers","commit_stats":null,"previous_names":["zenorachi/s21-containers"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zenorachi/s21-containers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenorachi%2Fs21-containers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenorachi%2Fs21-containers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenorachi%2Fs21-containers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenorachi%2Fs21-containers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zenorachi","download_url":"https://codeload.github.com/zenorachi/s21-containers/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zenorachi%2Fs21-containers/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267065360,"owners_count":24030362,"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","status":"online","status_checked_at":"2025-07-25T02:00:09.625Z","response_time":70,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["algorithms","avl-tree","cpp","list","makefile","map","queue","set","stack","stl-containers","tree"],"created_at":"2024-11-06T00:17:35.586Z","updated_at":"2025-07-25T21:33:39.314Z","avatar_url":"https://github.com/zenorachi.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# S21-Containers\n\nThe \"S21-Containers\" project is a collection of container implementations similar to the containers in the C++ Standard Library. These containers provide convenient data structures for storing and managing collections of elements.\n\n## Features\n\n- The project includes the following containers:\n  - [Vector](https://en.cppreference.com/w/cpp/container/vector), [Array](https://en.cppreference.com/w/cpp/container/array)\n  - [List](https://en.cppreference.com/w/cpp/container/list)\n  - [Queue](https://en.cppreference.com/w/cpp/container/queue), [Stack](https://en.cppreference.com/w/cpp/container/stack)\n  - [Map](https://en.cppreference.com/w/cpp/container/map), [Set](https://en.cppreference.com/w/cpp/container/set), [Multiset](https://en.cppreference.com/w/cpp/container/multiset)\n\n- The containers offer an interface similar to the C++ Standard Library, making it easy to adapt and understand the code.\n\n## Installation and Usage\n\n1. Clone the repository:\n```sh\ngit clone https://github.com/zenorachi/s21-containers.git\n ```\n2. Navigate to s21-containers:\n```sh\ncd s21-containers:\n ```\n3. Use the `.h` files to include the containers in your code.\n\n## Example Usage\n\n```cpp\n#include \"s21_containers.h\"\n\nint main() {\n s21::vector\u003cint\u003e myVector;\n \n myVector.push_back(10);\n myVector.push_back(20);\n myVector.push_back(30);\n \n std::cout \u003c\u003c myVector[0] \u003c\u003c \" \";\n \n return 0;\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenorachi%2Fs21-containers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzenorachi%2Fs21-containers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzenorachi%2Fs21-containers/lists"}