{"id":20957452,"url":"https://github.com/mrvideo/rbt-library","last_synced_at":"2026-05-21T15:04:45.673Z","repository":{"id":240308692,"uuid":"531965669","full_name":"MrVideo/rbt-library","owner":"MrVideo","description":"A library for the management of RBT (Red-Black Trees in C).","archived":false,"fork":false,"pushed_at":"2024-05-17T21:25:24.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T00:48:31.884Z","etag":null,"topics":["c","library","rbtree"],"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/MrVideo.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-09-02T14:47:05.000Z","updated_at":"2024-05-17T21:26:21.000Z","dependencies_parsed_at":"2024-05-17T23:27:43.589Z","dependency_job_id":"a4aa96e1-f824-4dd8-b455-0614b72030c9","html_url":"https://github.com/MrVideo/rbt-library","commit_stats":null,"previous_names":["mrvideo/rbt-library"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrVideo%2Frbt-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrVideo%2Frbt-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrVideo%2Frbt-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MrVideo%2Frbt-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MrVideo","download_url":"https://codeload.github.com/MrVideo/rbt-library/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243352034,"owners_count":20276916,"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","library","rbtree"],"created_at":"2024-11-19T01:33:42.104Z","updated_at":"2025-12-27T19:52:42.888Z","avatar_url":"https://github.com/MrVideo.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RBT Library\n\nThis is a small C library to work with [RB-Trees](https://en.wikipedia.org/wiki/Red%E2%80%93black_tree).\n\nI remember doing this way back when working on my [WordChecker project](https://github.com/MrVideo/API22), so when I found it among my private repos I decided to finish it and publish it.\n\nThis library also contains an `add_to_list` function, which lets users copy the contents of an RBT to a linked-list.\n\n## Compilation\n\nIn order to compile this with your project, the simplest way is to add it as a source in `gcc` or equivalents:\n\n```\n$ gcc rbt.c main.c -o main\n```\n\nMake sure to have both the header file and the source file in the same directory as `main.c` (or add a full path to the compile command).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrvideo%2Frbt-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmrvideo%2Frbt-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmrvideo%2Frbt-library/lists"}