{"id":20214021,"url":"https://github.com/hypertextassassin0273/data_structures_in_cpp","last_synced_at":"2025-04-10T14:08:12.803Z","repository":{"id":46617030,"uuid":"359409867","full_name":"HypertextAssassin0273/Data_Structures_in_Cpp","owner":"HypertextAssassin0273","description":"Contains some useful custom Data-Structures/Containers \u0026 Algorithms, developed during my 3rd semester at University.","archived":false,"fork":false,"pushed_at":"2024-10-09T20:20:10.000Z","size":51957,"stargazers_count":103,"open_issues_count":1,"forks_count":13,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T12:48:02.454Z","etag":null,"topics":["avl","basic-data-structures","bst","circular-linked-list","cpp-string","cpp11","data-structures-and-algorithms","datastructures","deque","hashing","linked-list-in-cpp","linked-lists","linkedlist","move-semantics","sorting-algorithms","stacks-and-queues","stl-containers","stl-list","stl-vector","trees"],"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/HypertextAssassin0273.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-04-19T09:56:29.000Z","updated_at":"2025-03-18T08:50:41.000Z","dependencies_parsed_at":"2023-12-26T20:52:10.183Z","dependency_job_id":null,"html_url":"https://github.com/HypertextAssassin0273/Data_Structures_in_Cpp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HypertextAssassin0273%2FData_Structures_in_Cpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HypertextAssassin0273%2FData_Structures_in_Cpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HypertextAssassin0273%2FData_Structures_in_Cpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HypertextAssassin0273%2FData_Structures_in_Cpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HypertextAssassin0273","download_url":"https://codeload.github.com/HypertextAssassin0273/Data_Structures_in_Cpp/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248232171,"owners_count":21069475,"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":["avl","basic-data-structures","bst","circular-linked-list","cpp-string","cpp11","data-structures-and-algorithms","datastructures","deque","hashing","linked-list-in-cpp","linked-lists","linkedlist","move-semantics","sorting-algorithms","stacks-and-queues","stl-containers","stl-list","stl-vector","trees"],"created_at":"2024-11-14T06:13:29.187Z","updated_at":"2025-04-10T14:08:12.778Z","avatar_url":"https://github.com/HypertextAssassin0273.png","language":"C++","readme":"## Additional Resources for Learning Data Structures in C++/C++11    \u003c!-- comment: 1st section --\u003e\n#### [- Torrent Link for Downloading Full Data Structures Course in C++ (by Abdul Bari)](https://github.com/HypertextAssassin0273/Data_Structures_in_Cpp/blob/main/Mastering_Data_Structures_and_Algorithms_using_C_and_C++.torrent?raw=true)\n#### [- Understanding C++ Standard-Template-Library (STL) (by BoQian)](https://youtube.com/playlist?list=PLA0_W94naaYmk0uFVkUnXv0SiMIP5Jjlb)\n#### [- Data Structures \u0026 Algorithms Cheat Sheet in C++](https://github.com/gibsjose/cpp-cheat-sheet/blob/master/Data%20Structures%20and%20Algorithms.md)\n#### [- Learn Complete Data-Structures \u0026 Algorithms (by Programiz)](https://www.programiz.com/dsa)\n#### [- List of Some Advance Data-Structures (Brief Introduction)](https://www.geeksforgeeks.org/advanced-data-structures/)\n#### [- More DS \u0026 Algo Resource Links](https://github.com/Developer-Y/cs-video-courses#data-structures-and-algorithms)\n\n## C++11 Special Custom Containers    \u003c!-- comment: 2nd section --\u003e\n#### [a) Indexed Struct](/MY_DS_LIBRARY/Special_Structures/Indexed_Struct.hpp) \u0026emsp; \u0026emsp; [b) Multi Attribute AVL Tree Adapter](/MY_DS_LIBRARY/Special_Structures/Multi_Attribute_AVL_Tree_Adapter.hpp) \u0026nbsp; [(View: Project Report)](https://hypertextassassin0273.github.io/assets/img/projects/DS-R-Project_Report.pdf)\n\n## C++ Boost Library Reference Guide    \u003c!-- comment: 3rd section --\u003e\n#### [a) Circular Arrays](https://www.boost.org/doc/libs/1_86_0/doc/html/circular_buffer.html) \u0026emsp; \u0026emsp; [b) Graphs](https://www.boost.org/doc/libs/1_86_0/libs/graph/doc/index.html) \u0026emsp; \u0026emsp; [c) Heaps](https://www.boost.org/doc/libs/1_86_0/doc/html/heap.html)\n#### [- Complete Library Documentation](https://www.boost.org/doc/libs/1_86_0/)\n\n\u003c!-- how to write the last two sections in Markdown using HTML? --\u003e\n\u003c!--\n\u003ch2\u003eC++11 Special Custom Containers\u003c/h2\u003e\n\u003cp1\u003e\n  \u003cb\u003e\n    \u003ca href=\"/MY_DS_LIBRARY/Special_Structures/Indexed_Struct.hpp\"\u003ea) Indexed Struct\u003c/a\u003e \u0026emsp; \u0026emsp;\n    \u003ca href=\"/MY_DS_LIBRARY/Special_Structures/Multi_Attribute_AVL_Tree_Adapter.hpp\"\u003eb) Multi Attribute AVL Tree Adapter\u003c/a\u003e \u0026nbsp;\n    \u003ca href=\"https://hypertextassassin0273.github.io/assets/img/projects/DS-R-Project_Report.pdf\"\u003e(View: Project Report)\u003c/a\u003e\n  \u003cb/\u003e\n\u003c/p1\u003e\n\u003ch2\u003eC++ Boost Library Reference Guide\u003c/h2\u003e\n\u003cp1\u003e\n  \u003cb\u003e\n    \u003ca href=\"https://www.boost.org/doc/libs/1_86_0/doc/html/circular_buffer.html\"\u003ea) Circular Arrays\u003c/a\u003e \u0026emsp; \u0026emsp;\n    \u003ca href=\"https://www.boost.org/doc/libs/1_86_0/libs/graph/doc/index.html\"\u003eb) Graphs\u003c/a\u003e \u0026emsp; \u0026emsp;\n    \u003ca href=\"https://www.boost.org/doc/libs/1_86_0/doc/html/heap.html\"\u003ec) Heaps\u003c/a\u003e\n    \u003cbr\u003e\u003cbr\u003e\n    \u003ca href=\"https://www.boost.org/doc/libs/1_86_0/\"\u003e- Complete Library Documentation\u003c/a\u003e\n  \u003cb/\u003e\n\u003c/p1\u003e\n--\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypertextassassin0273%2Fdata_structures_in_cpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhypertextassassin0273%2Fdata_structures_in_cpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhypertextassassin0273%2Fdata_structures_in_cpp/lists"}