{"id":16099162,"url":"https://github.com/drapegnik/bst","last_synced_at":"2025-03-18T07:30:56.818Z","repository":{"id":79505326,"uuid":"69162360","full_name":"Drapegnik/BST","owner":"Drapegnik","description":":evergreen_tree: Binary Search Tree with console visualization on Java","archived":false,"fork":false,"pushed_at":"2018-09-04T20:33:34.000Z","size":6,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-28T07:55:02.821Z","etag":null,"topics":["binary-search-tree","bsu","console-visualization","famcs","java","labs","study","tree"],"latest_commit_sha":null,"homepage":"","language":"Java","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/Drapegnik.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":"2016-09-25T12:14:52.000Z","updated_at":"2024-11-17T12:50:37.000Z","dependencies_parsed_at":"2023-07-31T17:45:23.020Z","dependency_job_id":null,"html_url":"https://github.com/Drapegnik/BST","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/Drapegnik%2FBST","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drapegnik%2FBST/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drapegnik%2FBST/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Drapegnik%2FBST/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Drapegnik","download_url":"https://codeload.github.com/Drapegnik/BST/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910715,"owners_count":20367538,"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","bsu","console-visualization","famcs","java","labs","study","tree"],"created_at":"2024-10-09T18:26:10.291Z","updated_at":"2025-03-18T07:30:56.813Z","avatar_url":"https://github.com/Drapegnik.png","language":"Java","readme":"# BST\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/98f929e484504948af1cbf52efa0bd08)](https://www.codacy.com/app/Drapegnik/BST?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=Drapegnik/BST\u0026utm_campaign=badger)\n\nBinary Search Tree with console visualization on Java\n\n**implemented features**:\n\n- _add(value)_ - adding new node with `value` to tree\n- _search(value)_ - search node with `value` in tree\n- _del(value)_ - search and delete node with `value` from tree\n- _goLeftRootRight()_ - print nodes value in `left-root-right` tree walk\n- _goRootLeftRight()_ - print nodes value in `root-left-right` tree walk\n- _gotLeftRightRoot()_ - print nodes value in `left-right-root` tree walk\n- _draw()_ - draw colored tree in concole\n\n**examples**:\n\n\u003cimg src=\"http://res.cloudinary.com/dzsjwgjii/image/upload/v1474806366/tree1.png\" width=300px/\u003e\n\n_LeftRootRight_: `1 3 4 5 6 7 11 12 13 14 15 16` \u003cbr\u003e _RootLeftRight_: `7 4 3 1 5 6 12 11 14 13 15 16` \u003cbr\u003e _LeftRightRoot_: `1 3 6 5 4 11 13 16 15 14 12 7`\n\u003cbr\u003e\n\n\u003cimg src=\"http://res.cloudinary.com/dzsjwgjii/image/upload/v1474806709/tree2.png\" width=300px/\u003e\u003cbr\u003e\n\u003cimg src=\"http://res.cloudinary.com/dzsjwgjii/image/upload/v1474806709/tree3.png\" width=400px/\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrapegnik%2Fbst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrapegnik%2Fbst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrapegnik%2Fbst/lists"}