{"id":16098767,"url":"https://github.com/n1ghtf1re/c-collections","last_synced_at":"2026-03-05T11:04:46.193Z","repository":{"id":131062078,"uuid":"156091716","full_name":"N1ghtF1re/C-Collections","owner":"N1ghtF1re","description":"Implementation of some collections on C","archived":false,"fork":false,"pushed_at":"2018-11-17T14:49:03.000Z","size":233,"stargazers_count":8,"open_issues_count":0,"forks_count":6,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-25T13:39:09.953Z","etag":null,"topics":["c","c-data-structures","c-library","c-struct","collections","dynamic-structures"],"latest_commit_sha":null,"homepage":null,"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/N1ghtF1re.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":"2018-11-04T14:40:48.000Z","updated_at":"2024-04-21T08:13:32.000Z","dependencies_parsed_at":"2023-06-14T03:31:04.964Z","dependency_job_id":null,"html_url":"https://github.com/N1ghtF1re/C-Collections","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/N1ghtF1re/C-Collections","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N1ghtF1re%2FC-Collections","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N1ghtF1re%2FC-Collections/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N1ghtF1re%2FC-Collections/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N1ghtF1re%2FC-Collections/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/N1ghtF1re","download_url":"https://codeload.github.com/N1ghtF1re/C-Collections/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/N1ghtF1re%2FC-Collections/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30121093,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T10:44:24.758Z","status":"ssl_error","status_checked_at":"2026-03-05T10:44:15.079Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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","c-data-structures","c-library","c-struct","collections","dynamic-structures"],"created_at":"2024-10-09T18:24:38.190Z","updated_at":"2026-03-05T11:04:46.165Z","avatar_url":"https://github.com/N1ghtF1re.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eC-Collections\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\u003cimg width=200 src=\"https://b.kisscc0.com/20180817/vpe/kisscc0-array-data-structure-cube-computer-icons-can-stock-cube-array-5b774ba6dce746.3093911415345448069048.png?raw=true\" style=\"width: 150px;\"\u003e\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n\u003ca href=\"https://github.com/N1ghtF1re/C-Collections/stargazers\"\u003e\u003cimg src=\"https://img.shields.io/github/stars/N1ghtF1re/C-Collections.svg\" alt=\"Stars\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/N1ghtF1re/C-Collections/releases\"\u003e\u003cimg src=\"https://img.shields.io/badge/downloads-4-brightgreen.svg\" alt=\"Total Downloads\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/N1ghtF1re/C-Collections/releases\"\u003e\u003cimg src=\"https://img.shields.io/github/tag/N1ghtF1re/C-Collections.svg\" alt=\"Latest Stable Version\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/N1ghtF1re/C-Collections/blob/master/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/N1ghtF1re/C-Collections.svg\" alt=\"License\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n \n\n## About\nA library is a collection of collections for the C language.\n\n## Realized collections\nCurrently the library contains:\n+ Linked List\n+ Queue\n+ Stack\n+ HashMap\n+ Binary Search Tree\n\n## Nodes type\nThe main type is specified in the node.h file.\n\nBy default, the informative part of the node is described by the following structure:\n\n```C\ntypedef union NodeInfo {\n    int intValue;\n    char *stringValue;\n    double realValue;\n    void *pointerValue;\n} NodeInfo;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn1ghtf1re%2Fc-collections","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fn1ghtf1re%2Fc-collections","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fn1ghtf1re%2Fc-collections/lists"}