{"id":18915927,"url":"https://github.com/christosgalano/data-structures","last_synced_at":"2026-05-01T02:34:51.126Z","repository":{"id":48836596,"uuid":"343096820","full_name":"christosgalano/Data-Structures","owner":"christosgalano","description":"A header-only C++ library containing implementations of various data structures.","archived":false,"fork":false,"pushed_at":"2023-03-03T13:14:43.000Z","size":157,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-05-01T02:34:50.809Z","etag":null,"topics":["cmake","cpp","data-structures","github-actions","gtest"],"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/christosgalano.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,"zenodo":null}},"created_at":"2021-02-28T12:12:27.000Z","updated_at":"2023-01-26T18:59:19.000Z","dependencies_parsed_at":"2025-05-24T19:32:27.064Z","dependency_job_id":"31095c6f-9678-444d-9941-96dd439f4a80","html_url":"https://github.com/christosgalano/Data-Structures","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/christosgalano/Data-Structures","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christosgalano%2FData-Structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christosgalano%2FData-Structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christosgalano%2FData-Structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christosgalano%2FData-Structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/christosgalano","download_url":"https://codeload.github.com/christosgalano/Data-Structures/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/christosgalano%2FData-Structures/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32483406,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"online","status_checked_at":"2026-05-01T02:00:05.856Z","response_time":64,"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":["cmake","cpp","data-structures","github-actions","gtest"],"created_at":"2024-11-08T10:17:46.732Z","updated_at":"2026-05-01T02:34:51.106Z","avatar_url":"https://github.com/christosgalano.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data-Structures\r\n\r\n[![ci](https://github.com/christosgalano/Data-Structures/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/christosgalano/Data-Structures/actions/workflows/ci.yaml)\r\n\r\n## General\r\n\r\nThis project provides a library of several data structures implementations and also tests that ensure their proper functionality.\r\nThe tests are based on the GTest framework.\r\n\r\n## Setup\r\n\r\n``` bash\r\nsudo apt-get update\r\nsudo apt-get install cmake\r\nsudo apt-get install g++\r\n```\r\n\r\n## Build and Test\r\n\r\n```bash\r\ncmake -B ./build -DENABLE_TESTING=ON -DCMAKE_BUILD_TYPE=debug\r\ncmake --build ./build  --config debug\r\ncd ./build\r\nmake install\r\nctest -C debug\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristosgalano%2Fdata-structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchristosgalano%2Fdata-structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchristosgalano%2Fdata-structures/lists"}