{"id":23167740,"url":"https://github.com/mathvaillant/data-structures-in-c","last_synced_at":"2025-08-02T03:13:36.304Z","repository":{"id":222387801,"uuid":"757143204","full_name":"mathvaillant/data-structures-in-c","owner":"mathvaillant","description":"Data Structures in C","archived":false,"fork":false,"pushed_at":"2024-02-24T11:14:56.000Z","size":23,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T00:41:56.682Z","etag":null,"topics":["c","makefile"],"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/mathvaillant.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":"2024-02-13T22:12:10.000Z","updated_at":"2024-08-19T12:50:38.000Z","dependencies_parsed_at":"2024-02-24T12:27:09.331Z","dependency_job_id":"4e5a383b-450e-4f73-8399-a0b35404458b","html_url":"https://github.com/mathvaillant/data-structures-in-c","commit_stats":null,"previous_names":["mathvaillant/data-structures-in-c"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mathvaillant/data-structures-in-c","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathvaillant%2Fdata-structures-in-c","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathvaillant%2Fdata-structures-in-c/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathvaillant%2Fdata-structures-in-c/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathvaillant%2Fdata-structures-in-c/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mathvaillant","download_url":"https://codeload.github.com/mathvaillant/data-structures-in-c/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mathvaillant%2Fdata-structures-in-c/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268330934,"owners_count":24233152,"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-08-02T02:00:12.353Z","response_time":74,"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":["c","makefile"],"created_at":"2024-12-18T02:34:02.435Z","updated_at":"2025-08-02T03:13:36.283Z","avatar_url":"https://github.com/mathvaillant.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Data Structures in C\n\nThis repository contains implementations of various data structures in the C programming language.\n\n## Structures Implemented\n\n- [x] Singly Linked Lists\n- [x] Doubly Linked Lists\n- [x] Stacks\n- [x] Queues\n- [x] Binary Search tress\n- [x] Binary heaps\n- [x] Hash Tables\n- [x] Graphs\n\n## Getting Started\n\n### Prerequisites\n\n- C compiler such as `gcc`\n\n\n### Installation\n\n1. Clone this repository to your local machine:\n\n    ```bash\n    git clone https://github.com/mathvaillant/data-structures-in-c.git\n    ```\n\n2. Replace on the Makefile the FILE variable with the name of the C file desired to run.\n    \n3. Compile the code using the Makefile:\n\n    ```bash\n    make\n    ```\n\n### Usage\n\nExecute the compiled program:\n\n```bash\n./\u003cname of the file\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathvaillant%2Fdata-structures-in-c","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmathvaillant%2Fdata-structures-in-c","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmathvaillant%2Fdata-structures-in-c/lists"}