{"id":21229700,"url":"https://github.com/sameetasadullah/binary-search-tree-implementation","last_synced_at":"2025-03-15T02:15:20.708Z","repository":{"id":53877815,"uuid":"521779835","full_name":"SameetAsadullah/Binary-Search-Tree-Implementation","owner":"SameetAsadullah","description":"My own templatized C++ implementation of Binary Search Tree and its different traversals i.e, PreOrder, PostOrder, InOrder using Microsoft Visual Studio. You can also check the type of BST as well","archived":false,"fork":false,"pushed_at":"2022-08-05T22:15:26.000Z","size":31700,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-21T17:51:11.613Z","etag":null,"topics":["binary-search-tree","cpp","traversals","tree-structure","visual-studio"],"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/SameetAsadullah.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}},"created_at":"2022-08-05T21:25:31.000Z","updated_at":"2022-08-12T11:58:06.000Z","dependencies_parsed_at":"2022-08-13T03:11:00.778Z","dependency_job_id":null,"html_url":"https://github.com/SameetAsadullah/Binary-Search-Tree-Implementation","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/SameetAsadullah%2FBinary-Search-Tree-Implementation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SameetAsadullah%2FBinary-Search-Tree-Implementation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SameetAsadullah%2FBinary-Search-Tree-Implementation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SameetAsadullah%2FBinary-Search-Tree-Implementation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SameetAsadullah","download_url":"https://codeload.github.com/SameetAsadullah/Binary-Search-Tree-Implementation/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243672484,"owners_count":20328768,"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":["binary-search-tree","cpp","traversals","tree-structure","visual-studio"],"created_at":"2024-11-20T23:29:03.657Z","updated_at":"2025-03-15T02:15:20.686Z","avatar_url":"https://github.com/SameetAsadullah.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eBinary Search Tree Implementation\u003c/h1\u003e\n\n### Description\nMy own `Templatized C++ Implementation` of Binary Search Tree and its `Different Traversals` i.e, PreOrder, PostOrder, InOrder using `Microsoft Visual Studio`. You can also check the `Type of Binary Search Tree` as well i.e, full binary tree, perfect binary tree etc. The code is based on an example of `User Accounts Record Class` and inserting on the basis of `User Account ID` but you can modify it as per your requirement.\n\n### Functions\n- getRoot()\n- insert()\n- retrieve()\n- isEmpty()\n- getHeight()\n- remove()\n- inOrderDisplay()\n- preOrderDisplay()\n- postOrderDisplay()\n- FullBinaryTree()\n- PerfectBinaryTree()\n- CompleteBinaryTree()\n- BalancedBinaryTree()\n- DegenerateTree()\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameetasadullah%2Fbinary-search-tree-implementation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsameetasadullah%2Fbinary-search-tree-implementation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsameetasadullah%2Fbinary-search-tree-implementation/lists"}