{"id":21216930,"url":"https://github.com/lablnet/data_structure","last_synced_at":"2026-03-09T17:44:17.399Z","repository":{"id":49466287,"uuid":"352306110","full_name":"lablnet/data_structure","owner":"lablnet","description":"Several data structures and Algorithms implementations in C++","archived":false,"fork":false,"pushed_at":"2022-06-20T02:34:57.000Z","size":605,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-09-07T02:42:40.977Z","etag":null,"topics":["algorithms","cplusplus","cpp20","data","data-structures","structure"],"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/lablnet.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":null,"patreon":"lablnet","open_collective":null,"ko_fi":null,"tidelift":null,"community_bridge":null,"liberapay":null,"issuehunt":null,"otechie":null,"custom":null}},"created_at":"2021-03-28T11:01:48.000Z","updated_at":"2022-08-27T09:42:18.000Z","dependencies_parsed_at":"2022-08-23T14:00:41.875Z","dependency_job_id":null,"html_url":"https://github.com/lablnet/data_structure","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lablnet/data_structure","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2Fdata_structure","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2Fdata_structure/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2Fdata_structure/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2Fdata_structure/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lablnet","download_url":"https://codeload.github.com/lablnet/data_structure/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lablnet%2Fdata_structure/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30305244,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T17:35:44.120Z","status":"ssl_error","status_checked_at":"2026-03-09T17:35:43.707Z","response_time":61,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","cplusplus","cpp20","data","data-structures","structure"],"created_at":"2024-11-20T21:56:23.133Z","updated_at":"2026-03-09T17:44:17.373Z","avatar_url":"https://github.com/lablnet.png","language":"C++","funding_links":["https://patreon.com/lablnet"],"categories":[],"sub_categories":[],"readme":"[![tests](https://github.com/lablnet/Data_Structure/actions/workflows/tests.yml/badge.svg)](https://github.com/lablnet/Data_Structure/actions/workflows/tests.yml)  \n  \n# Data Structures and Algorithms  \nSeveral data structures and Algorithms implementations in C++  \n  \n### Installations\nClone this repo recursively because it have two *git submodules* \n```sh\ngit clone --recurse-submodules https://github.com/lablnet/Data_Structure.git\n```\nBuild it\n```sh\ncmake .\n```\n```sh\nmake\n```\n\nRun tests\n```sh\n./bin./unit_tests\n``` \n### Data Structures  \n  \n1. - [x] List  \n     - [x] Singly Linked List  \n     - [x]  Doubly Linked List  \n2. - [x] Stack and Queue  \n3. - [x] Binary Search Tree  \n5. - [x] AVL Balance Tree  \n6. - [x] Hash Tables  \n7. - [x] Red Black Trees \n8. - [ ] Graphs  \n     - [x] Adjacency List (Representation of Graph)  \n     - [x] Adjacency Matrix (Representation of Graph)  \n     - [ ] Graph Searching Algorithms  \n       - [x] Breadth first search  \n       - [x] Depth first search  \n       - [ ] A* search  \n     - [ ] Graph Sorting Algorithms  \n       - [ ] Topological Sort  \n     - [ ] Shortest Path  \n       - [ ] Dijkstra  \n       \n       \n### Algorithms  \n1. - [x] Searching  \n     - [x] Linear Search  \n     - [x]  Binary Search  \n2. - [x] Sorting  \n     - [x] Bubble Sort  \n     - [x]  Insertion Sort  \n     - [x] Merge Sort  \n  \n  \n## Contribution  \nYou're welcome to contribute to this project.  \nYou should follow contribution guideline [Contribution guideline](https://github.com/lablnet/Data_Structure/blob/main/CONTRIBUTING.md)  \n  \n## License \nMIT\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flablnet%2Fdata_structure","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flablnet%2Fdata_structure","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flablnet%2Fdata_structure/lists"}