{"id":27066101,"url":"https://github.com/maxrt101/c-data-structures","last_synced_at":"2025-04-05T18:35:01.684Z","repository":{"id":43110675,"uuid":"345409943","full_name":"maxrt101/c-data-structures","owner":"maxrt101","description":"Some common data structures in c11","archived":false,"fork":false,"pushed_at":"2023-01-06T00:26:30.000Z","size":17,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-03-10T05:22:21.338Z","etag":null,"topics":["c11","data-structures"],"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/maxrt101.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}},"created_at":"2021-03-07T17:31:25.000Z","updated_at":"2022-08-24T22:09:37.000Z","dependencies_parsed_at":"2023-02-05T00:16:05.998Z","dependency_job_id":null,"html_url":"https://github.com/maxrt101/c-data-structures","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrt101%2Fc-data-structures","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrt101%2Fc-data-structures/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrt101%2Fc-data-structures/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/maxrt101%2Fc-data-structures/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/maxrt101","download_url":"https://codeload.github.com/maxrt101/c-data-structures/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247385060,"owners_count":20930580,"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":["c11","data-structures"],"created_at":"2025-04-05T18:35:01.087Z","updated_at":"2025-04-05T18:35:01.675Z","avatar_url":"https://github.com/maxrt101.png","language":"C","readme":"# c-data-structures\nCommon data structures implemented in c11.  \n\n## Installation:\nPrerequisites: `gcc` or `clang` \u0026 `make`  \nSteps:  \n  - Clone the repo\n  - Run `make`\n  - In `build/` folder you'll find `include/` folder with all header files and in `lib` - `libcds.a`\n\nIf you need to install cds into a different folder use `make PREFIX=/path/to/install/folder`  \n\n## Tests:\nTo run tests execute `make test`  \n\n## TODO/DONE:\n - [x] carray  - Dynamic array\n - [X] clist   - Linked list\n - [x] cstring - String wrapper\n - [ ] ctable  - Hash map\n - [ ] cbtree  - Binary tree\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxrt101%2Fc-data-structures","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmaxrt101%2Fc-data-structures","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmaxrt101%2Fc-data-structures/lists"}