{"id":17802906,"url":"https://github.com/kkimj/tree","last_synced_at":"2025-04-02T04:42:13.430Z","repository":{"id":122427411,"uuid":"338511088","full_name":"KKimj/Tree","owner":"KKimj","description":"C++ codes, AVL Tree, B-Tree","archived":false,"fork":false,"pushed_at":"2021-02-23T12:24:39.000Z","size":31339,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T19:25:08.836Z","etag":null,"topics":["data-structures","tree"],"latest_commit_sha":null,"homepage":"","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/KKimj.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":"2021-02-13T06:18:29.000Z","updated_at":"2021-03-08T11:39:45.000Z","dependencies_parsed_at":null,"dependency_job_id":"d11183a4-e626-46eb-aae7-c0b5168cf3e2","html_url":"https://github.com/KKimj/Tree","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKimj%2FTree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKimj%2FTree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKimj%2FTree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KKimj%2FTree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KKimj","download_url":"https://codeload.github.com/KKimj/Tree/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246758279,"owners_count":20828919,"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":["data-structures","tree"],"created_at":"2024-10-27T12:44:52.954Z","updated_at":"2025-04-02T04:42:13.411Z","avatar_url":"https://github.com/KKimj.png","language":"C++","readme":"# Tree\n\nDevelop Status\n- [x] AVL tree\n- [x] B-tree\n\n## Getting Started\n```\n$ git clone https://github.com/KKimj/Tree\n```\n\n### Prerequisites\n```\n$ sudo apt update \u0026\u0026 sudo apt upgrade\n$ sudo apt install g++\n```\n\n## Running the tests\n\n### [B-tree](b-tree/README.md)\n\n\n## Tip\n```c++\nAvltree avltree;\n\nint key;\nint value;\n\navltree.Insert(key, value);\navltree.Search(key);\navltree.Delete(key);\n\n```\n\n```c++\nBtree * btree;\n\nint order = 200;\nbtree = new Btree(order);\n\nint key;\nint value;\n\nbtree-\u003eInsert(key, value);\nbtree-\u003eSearch(key);\nbtree-\u003eDelete(key);\n\n```\n\n## Acknowledgments\nhttps://www.cs.usfca.edu/~galles/visualization/BTree.html\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkimj%2Ftree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkkimj%2Ftree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkkimj%2Ftree/lists"}