{"id":21482752,"url":"https://github.com/tim-hub/avl_bst_tree","last_synced_at":"2025-03-17T09:22:36.988Z","repository":{"id":88475157,"uuid":"136411570","full_name":"tim-hub/avl_bst_tree","owner":"tim-hub","description":"an AVL tree","archived":false,"fork":false,"pushed_at":"2018-06-07T05:56:36.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T18:50:34.108Z","etag":null,"topics":["data-structures"],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/tim-hub.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":"2018-06-07T02:35:55.000Z","updated_at":"2018-06-07T05:56:37.000Z","dependencies_parsed_at":null,"dependency_job_id":"e90890f3-39ad-47f9-89fa-39f4b7fad92f","html_url":"https://github.com/tim-hub/avl_bst_tree","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-hub%2Favl_bst_tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-hub%2Favl_bst_tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-hub%2Favl_bst_tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tim-hub%2Favl_bst_tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tim-hub","download_url":"https://codeload.github.com/tim-hub/avl_bst_tree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244006303,"owners_count":20382443,"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"],"created_at":"2024-11-23T12:36:05.392Z","updated_at":"2025-03-17T09:22:36.982Z","avatar_url":"https://github.com/tim-hub.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## AVL Tree Assignment 2\nCreate efficient binary search trees. An AVL tree is a BST that is guaranteed to always be balanced.\n\nPlatform:\n\n- GCC Version: (Apple LLVM version 9.0.0 (clang-900.0.39.2) Target: x86_64-apple-darwin16.7.0)\n- Online Complier (https://www.onlinegdb.com/online_c_compiler)\nAuthor: Tim\n\n## Features\n- a binary search tree (base on work in lab 4)\n- check balance\n- rotate left and double rotate right\n- rotate right and double rotate left\n\n## How to use\n\n```\n  gcc ./AVL.c\n  ./a.out\n```\nThere are some sample code in `main function`, comment them or uncomment them can be easily test these codes.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftim-hub%2Favl_bst_tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftim-hub%2Favl_bst_tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftim-hub%2Favl_bst_tree/lists"}