{"id":19111028,"url":"https://github.com/acensjj/ft_containers","last_synced_at":"2025-10-05T18:12:11.428Z","repository":{"id":105924181,"uuid":"329940814","full_name":"AcensJJ/ft_containers","owner":"AcensJJ","description":"Les nombreux containers du C++ ont de divers intérêts. Afin de bien les comprendre, nous allons les ré-implémenter !","archived":false,"fork":false,"pushed_at":"2021-06-11T23:51:40.000Z","size":1638,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-29T22:53:20.523Z","etag":null,"topics":["42","42born2code","cpp","cpp98","ft-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/AcensJJ.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":"2021-01-15T14:52:12.000Z","updated_at":"2021-06-11T23:51:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"04ed4145-74cd-430d-80d0-489984a280a9","html_url":"https://github.com/AcensJJ/ft_containers","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AcensJJ/ft_containers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcensJJ%2Fft_containers","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcensJJ%2Fft_containers/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcensJJ%2Fft_containers/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcensJJ%2Fft_containers/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AcensJJ","download_url":"https://codeload.github.com/AcensJJ/ft_containers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AcensJJ%2Fft_containers/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274064437,"owners_count":25216322,"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-09-07T02:00:09.463Z","response_time":67,"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":["42","42born2code","cpp","cpp98","ft-containers"],"created_at":"2024-11-09T04:26:52.358Z","updated_at":"2025-10-05T18:12:06.390Z","avatar_url":"https://github.com/AcensJJ.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg alt=\"42-lyon\" src=\"https://user-images.githubusercontent.com/45235527/106354618-6ec65a00-62f3-11eb-8688-ba9e0f4e77de.jpg\" /\u003e\n\u003c/p\u003e\n\n# ft_containers\n\n\u003cimg alt=\"Note\" src=\"https://user-images.githubusercontent.com/45235527/96753610-698e7080-13d0-11eb-9461-d3351c9208d7.png\" width=\"250\" height=\"200\" /\u003e\n\n### \u003cstrong\u003eDescription\u003c/strong\u003e\n\nLes nombreux containers du C++ ont de divers intérêts. Afin de bien les comprendre, nous allons les ré-implémenter !\n\n# Partie obligatoire\n\n## Mandatory part\n\n- Implémentez les containers suivants, et rendez les fichiers \u003ccontainer\u003e.hpp nécessaires.\n- Vous devez également rendre un main.cpp qui teste votre rendu en vue des évaluations.\n- Vous n’avez pas a implémenter get_allocator. Le reste est demandé, incluant les\noverloads non-membres.\n- Si votre fonction utilise un système d’itérateur, vous devez le ré-implémenter.\n- Vous pouvez utiliser http://www.cplusplus.com/ en reférence de quoi implémenter.\n- Vous ne devez pas avoir plus de fonctions/variables publiques que celles proposées\ndans les containers standard. Le reste doit être protected/private.\n- Pour les overloads non-membres, le mot-clé friend est autorisé. Chaque utilisation\nde friend doit être justifié et sera vérifié pendant les évaluations.\n  \nVous devez rendre les containers suivants et leur fonctions associés :\n \n ```\n  - List\n  - Vector\n  - Map\n  - Stack\n  - Queue\n ```\n  \nBien entendu, la STL est interdite. Vous pouvez par contre utiliser la STD.\n  \n# Commande\n\n`make [option] \u003cCONTAINER\u003e [optional : INPUT=\" \u003cDEFINE\u003e \"]`\n  \n## makefile option : \n  - clean\n  - fclean\n  - art\n  - re\n \n## CONTAINER :\n  - list\n  - vector\n  - queue\n  - stack\n  - map\n  \n## DEFINE:\n  - EXIT_ERR = 1\n  - SHOW = 1\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facensjj%2Fft_containers","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facensjj%2Fft_containers","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facensjj%2Fft_containers/lists"}