{"id":24582238,"url":"https://github.com/phoemur/avl_tree","last_synced_at":"2026-07-10T01:31:20.203Z","repository":{"id":148043663,"uuid":"129537117","full_name":"phoemur/AVL_tree","owner":"phoemur","description":"Naive implementation of an AVL tree using modern C++ (C++14, smart_pointers,etc...), and also a naive implementation of map using it.","archived":false,"fork":false,"pushed_at":"2018-04-28T01:26:30.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T00:49:41.383Z","etag":null,"topics":["associative-map","avl","avl-tree","avltree","cpp","data-structures","map"],"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/phoemur.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,"zenodo":null}},"created_at":"2018-04-14T17:01:16.000Z","updated_at":"2018-04-28T01:26:31.000Z","dependencies_parsed_at":"2023-05-28T07:15:06.272Z","dependency_job_id":null,"html_url":"https://github.com/phoemur/AVL_tree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/phoemur/AVL_tree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoemur%2FAVL_tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoemur%2FAVL_tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoemur%2FAVL_tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoemur%2FAVL_tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phoemur","download_url":"https://codeload.github.com/phoemur/AVL_tree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phoemur%2FAVL_tree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35317805,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-09T02:00:07.329Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["associative-map","avl","avl-tree","avltree","cpp","data-structures","map"],"created_at":"2025-01-24T03:18:00.849Z","updated_at":"2026-07-10T01:31:20.196Z","avatar_url":"https://github.com/phoemur.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AVL_tree\nNaive implementation of an AVL tree using modern C++ (C++14, smart_pointers,etc...), and also an implementation of map using it.\n\navltree_raw_pointers.hpp : header only implementation of AVL tree using raw pointers\n\navltree.hpp : header only implementation of AVL tree using smat_pointers, move semantics, etc...\n\navlmap.hpp  : header only naive implementation of an associative container (map\u003ckey,value\u003e) using AVL tree.\n\n*Be sure to enable optimization flags (-O2) if using smart_pointers to get best performance.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoemur%2Favl_tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphoemur%2Favl_tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphoemur%2Favl_tree/lists"}