{"id":15976531,"url":"https://github.com/tbrowder/tree","last_synced_at":"2026-01-19T01:33:01.890Z","repository":{"id":147369460,"uuid":"222702586","full_name":"tbrowder/Tree","owner":"tbrowder","description":"Implementation of variants of the Binary Tree, e.g., BST, AVL, Red-Black, and M-Ary","archived":false,"fork":false,"pushed_at":"2019-11-19T13:45:14.000Z","size":2,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-13T16:37:06.603Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/tbrowder.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":"2019-11-19T13:28:07.000Z","updated_at":"2020-08-18T17:27:02.000Z","dependencies_parsed_at":null,"dependency_job_id":"9df5fecf-194b-45e7-b228-fca3725d222b","html_url":"https://github.com/tbrowder/Tree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/tbrowder/Tree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbrowder%2FTree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbrowder%2FTree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbrowder%2FTree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbrowder%2FTree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tbrowder","download_url":"https://codeload.github.com/tbrowder/Tree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tbrowder%2FTree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28557231,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T00:46:33.223Z","status":"ssl_error","status_checked_at":"2026-01-19T00:46:32.754Z","response_time":98,"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":[],"created_at":"2024-10-07T22:24:16.521Z","updated_at":"2026-01-19T01:33:01.876Z","avatar_url":"https://github.com/tbrowder.png","language":null,"readme":"# Tree\n\nRaku implementation of variants of the Binary Tree, e.g., BST, AVL, Red-Black, and M-Ary\n\n## Synopsis\n    use Tree::AVL; # default: unique keys, i.e., a set\n    \n    my $tree = Tree::AVL.new;\n    $tree.insert: 1, :data\u003csome text\u003e;\n    # check for success\n    say $tree.result; # output: True\n    $tree.insert: 1;\n    say $tree.result; # output: False\n    ...\n    \n## Implementation status\n1. BST - Work in progress (WIP)\n2. AVL - WIP\n3. Red-Black - Planned\n4. M-Ary - Planned\n\n## References\n1. Introduction to Algorithms, Third Edition; by ...\n\n## Copyright\nCopyright (c) 2009, Thomas Browder \u003ctom.browder@gmail.com\u003e\n\n## LICENSE\nArtistic-2.0\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbrowder%2Ftree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftbrowder%2Ftree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftbrowder%2Ftree/lists"}