{"id":19045297,"url":"https://github.com/sonigarima/data_structures_assignments","last_synced_at":"2026-05-10T03:30:18.523Z","repository":{"id":81990167,"uuid":"258448893","full_name":"SoniGarima/Data_Structures_assignments","owner":"SoniGarima","description":"The assignments of our Data Structures and Algorithms Course.","archived":false,"fork":false,"pushed_at":"2020-10-03T08:58:36.000Z","size":15,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-02T08:27:56.383Z","etag":null,"topics":["avl-tree","cpp17"],"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/SoniGarima.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":"2020-04-24T08:12:08.000Z","updated_at":"2020-07-26T09:53:02.000Z","dependencies_parsed_at":"2023-07-14T15:15:13.809Z","dependency_job_id":null,"html_url":"https://github.com/SoniGarima/Data_Structures_assignments","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/SoniGarima%2FData_Structures_assignments","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoniGarima%2FData_Structures_assignments/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoniGarima%2FData_Structures_assignments/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SoniGarima%2FData_Structures_assignments/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SoniGarima","download_url":"https://codeload.github.com/SoniGarima/Data_Structures_assignments/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240102161,"owners_count":19747958,"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":["avl-tree","cpp17"],"created_at":"2024-11-08T22:49:40.663Z","updated_at":"2026-05-10T03:30:18.473Z","avatar_url":"https://github.com/SoniGarima.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BinarySearchTrees\nA Binary Search Tree (BST) is a tree in which all the nodes follow the below-mentioned properties −\u003cbr\u003e\nThe left sub-tree of a node has a key less than or equal to its parent node's key.\u003cbr\u003e\nThe right sub-tree of a node has a key greater than to its parent node's key.\u003cbr\u003e\nFollowing is a pictorial representation of BST −\u003cbr\u003e\u003cbr\u003e\n\u003cimg src=\"https://www.tutorialspoint.com/data_structures_algorithms/images/binary_search_tree.jpg\" /\u003e\u003cbr\u003e\n\u003ch3\u003eBasic Operations\u003c/h3\u003e\nFollowing are the basic operations of a tree −\u003cbr\u003e\nSearch − Searches an element in a tree.\u003cbr\u003e\nInsert − Inserts an element in a tree.\u003cbr\u003e\nIn-order Traversal − Traverses a tree in an in-order manner.\u003cbr\u003e\nRemove - removes a key from the tree.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonigarima%2Fdata_structures_assignments","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsonigarima%2Fdata_structures_assignments","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsonigarima%2Fdata_structures_assignments/lists"}