{"id":15551427,"url":"https://github.com/seatonullberg/ugraph","last_synced_at":"2025-03-29T01:45:58.517Z","repository":{"id":137974708,"uuid":"294808554","full_name":"seatonullberg/ugraph","owner":"seatonullberg","description":"C89 undirected graph implementation.","archived":false,"fork":false,"pushed_at":"2020-10-11T02:05:48.000Z","size":57,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-03T11:50:56.067Z","etag":null,"topics":["c","data-structures","graphs","undirected-graphs"],"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/seatonullberg.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}},"created_at":"2020-09-11T20:43:38.000Z","updated_at":"2020-09-24T05:23:59.000Z","dependencies_parsed_at":"2023-07-16T14:01:09.713Z","dependency_job_id":null,"html_url":"https://github.com/seatonullberg/ugraph","commit_stats":{"total_commits":21,"total_committers":1,"mean_commits":21.0,"dds":0.0,"last_synced_commit":"fd1b6bd8f316e90b74b2e0b89f8228a3f60d75b6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seatonullberg%2Fugraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seatonullberg%2Fugraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seatonullberg%2Fugraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seatonullberg%2Fugraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seatonullberg","download_url":"https://codeload.github.com/seatonullberg/ugraph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246126669,"owners_count":20727594,"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":["c","data-structures","graphs","undirected-graphs"],"created_at":"2024-10-02T14:04:57.808Z","updated_at":"2025-03-29T01:45:58.497Z","avatar_url":"https://github.com/seatonullberg.png","language":"C","readme":"# ugraph\n\nC89 undirected graph implementation.\n\n## Usage\n\n`ugraph` exposes a simple yet flexible API for constructing and querying undirected graphs. Each vertex and edge can hold a `void *` field for users to store generic data directly in the graph. Edges between vertices are implemented as a `HashTable`. This design choice means that each pair of vertices may have 0 or 1 edges between them, but never more.\n\nThe [unit tests](tests/ugraph.c) and [benchmark suite](benches/ugraph.c) serve as examples of how to appropriately use the API.\n\nThe code can be built as a shared library by running `make shared` in the parent directory.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseatonullberg%2Fugraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseatonullberg%2Fugraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseatonullberg%2Fugraph/lists"}