{"id":20481671,"url":"https://github.com/praabindhp/avl_tree","last_synced_at":"2025-09-10T01:32:28.695Z","repository":{"id":135519754,"uuid":"333720255","full_name":"praabindhp/AVL_Tree","owner":"praabindhp","description":"C Program For AVL Tree","archived":false,"fork":false,"pushed_at":"2021-04-16T05:41:32.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T15:05:39.251Z","etag":null,"topics":["avl-tree","c","data-structures","programming"],"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/praabindhp.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":"2021-01-28T10:14:15.000Z","updated_at":"2023-01-27T05:15:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"618e7682-affe-4ab6-bcb6-d412f153bce6","html_url":"https://github.com/praabindhp/AVL_Tree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/praabindhp/AVL_Tree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praabindhp%2FAVL_Tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praabindhp%2FAVL_Tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praabindhp%2FAVL_Tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praabindhp%2FAVL_Tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/praabindhp","download_url":"https://codeload.github.com/praabindhp/AVL_Tree/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/praabindhp%2FAVL_Tree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274396490,"owners_count":25277391,"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","status":"online","status_checked_at":"2025-09-09T02:00:10.223Z","response_time":80,"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":["avl-tree","c","data-structures","programming"],"created_at":"2024-11-15T16:09:30.701Z","updated_at":"2025-09-10T01:32:28.656Z","avatar_url":"https://github.com/praabindhp.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AVL_Tree\nC Program For AVL Tree\n\nC is a general-purpose, procedural computer programming language supporting structured programming, lexical variable scope, and recursion, with a static type system. By design, C provides constructs that map efficiently to typical machine instructions.\n\nAVL tree is a self-balancing binary search tree. It was the first such data structure to be invented. In an AVL tree, the heights of the two child subtrees of any node differ by at most one; if at any time they differ by more than one, rebalancing is done to restore this property.\n\nThis is a C Program for Implementation of Adelson-Velskii \u0026 Landis Trees\n\nThe Options :\n\n    1. Insertion\n\n    2. Inorder Display\n\n    3. Exit\n  \nThe Functions :\n\n    1. Inserting Into The AVL Tree\n\n    2. Displays The Elements In Order Of Entry\n\n    3. Termintaes The Program\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraabindhp%2Favl_tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpraabindhp%2Favl_tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpraabindhp%2Favl_tree/lists"}