{"id":17702643,"url":"https://github.com/friendlymatthew/fredblacktrees","last_synced_at":"2025-03-31T03:24:12.157Z","repository":{"id":239670423,"uuid":"800193152","full_name":"friendlymatthew/fredblacktrees","owner":"friendlymatthew","description":"functional red black trees in typescript","archived":false,"fork":false,"pushed_at":"2024-05-13T22:02:15.000Z","size":38,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-02-06T08:12:30.306Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/friendlymatthew.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":"2024-05-13T22:00:17.000Z","updated_at":"2024-05-19T04:04:48.000Z","dependencies_parsed_at":"2024-05-14T00:34:42.318Z","dependency_job_id":"573548e0-02ee-44b7-b068-f81ebcd4647f","html_url":"https://github.com/friendlymatthew/fredblacktrees","commit_stats":null,"previous_names":["friendlymatthew/fredblacktrees"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friendlymatthew%2Ffredblacktrees","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friendlymatthew%2Ffredblacktrees/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friendlymatthew%2Ffredblacktrees/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/friendlymatthew%2Ffredblacktrees/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/friendlymatthew","download_url":"https://codeload.github.com/friendlymatthew/fredblacktrees/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246409327,"owners_count":20772473,"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":[],"created_at":"2024-10-24T19:08:34.420Z","updated_at":"2025-03-31T03:24:12.135Z","avatar_url":"https://github.com/friendlymatthew.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fredblacktrees\n\nFunctional red black trees written in typescript. Each insert incurs a new tree being created. That is:\n```typescript\nconst t1 = Empty();\nconst t2 = insert(t1, 2);\nconst t3 = insert(t2, 3);\n```\n\nTraverse through the fred and black tree using the iterators in `iter.ts`.\n\n\n\nFunctional Pearls by Chris Okasaki: https://www.cs.tufts.edu/comp/150FP/archive/chris-okasaki/redblack99.pdf","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendlymatthew%2Ffredblacktrees","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffriendlymatthew%2Ffredblacktrees","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffriendlymatthew%2Ffredblacktrees/lists"}