{"id":25088888,"url":"https://github.com/massigy/c-hash-tables","last_synced_at":"2026-05-07T04:32:27.145Z","repository":{"id":78992233,"uuid":"563088076","full_name":"MassiGy/C-hash-tables","owner":"MassiGy","description":"This C project implments a Hash Table data structure.","archived":false,"fork":false,"pushed_at":"2022-11-11T21:09:44.000Z","size":161,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-07T10:53:29.677Z","etag":null,"topics":["c","cprogramming","data-structures","gcc","git","github","hashtable","linked-list","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/MassiGy.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":"2022-11-07T22:01:37.000Z","updated_at":"2023-05-31T21:37:43.000Z","dependencies_parsed_at":null,"dependency_job_id":"65e9f035-4f2f-4810-886c-79a238913cae","html_url":"https://github.com/MassiGy/C-hash-tables","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/MassiGy%2FC-hash-tables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiGy%2FC-hash-tables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiGy%2FC-hash-tables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MassiGy%2FC-hash-tables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MassiGy","download_url":"https://codeload.github.com/MassiGy/C-hash-tables/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246673170,"owners_count":20815520,"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","cprogramming","data-structures","gcc","git","github","hashtable","linked-list","makefile"],"created_at":"2025-02-07T10:53:05.071Z","updated_at":"2025-10-19T20:02:44.178Z","avatar_url":"https://github.com/MassiGy.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## C Hash Tables\n\n#### File structure\n\n```BASH\n\n    .\n    ├── headers\n    │   ├── generic-linked-lists.h\n    │   ├── hash-tables.h\n    │   ├── main.h\n    │   └── sys_headers.h\n    ├── README.md\n    └── src\n        ├── build\n        │   ├── generic-linked-lists.d\n        │   ├── generic-linked-lists.o\n        │   ├── hash-tables.d\n        │   ├── hash-tables.o\n        │   ├── main.d\n        │   └── main.o\n        ├── generic-linked-lists.c\n        ├── hash-tables.c\n        ├── main\n        ├── main.c\n        ├── Makefile\n        └── ressources\n            └── words.txt\n\n    4 directories, 17 files\n\n```\n\n### Usage\n\n```BASH\n    git clone https://github.com/MassiGy/\u003crepo_name\u003e\n\n    cd \u003crepo_name\u003e/src\n\n    make \u0026\u0026 ./main\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassigy%2Fc-hash-tables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmassigy%2Fc-hash-tables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmassigy%2Fc-hash-tables/lists"}