{"id":20237288,"url":"https://github.com/cpplawyer/simpel-binary-search-tree","last_synced_at":"2025-09-13T07:14:22.774Z","repository":{"id":255762953,"uuid":"460939095","full_name":"cppLawyer/simpel-binary-search-tree","owner":"cppLawyer","description":null,"archived":false,"fork":false,"pushed_at":"2022-06-06T11:07:02.000Z","size":25,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T01:10:31.242Z","etag":null,"topics":["binary-search-tree","cplusplus"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cppLawyer.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":"2022-02-18T17:09:13.000Z","updated_at":"2022-05-08T18:21:44.000Z","dependencies_parsed_at":"2024-09-07T02:44:01.951Z","dependency_job_id":"4b16aba5-637a-4027-9979-91a55923326c","html_url":"https://github.com/cppLawyer/simpel-binary-search-tree","commit_stats":null,"previous_names":["cpplawyer/simpel-binary-search-tree"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppLawyer%2Fsimpel-binary-search-tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppLawyer%2Fsimpel-binary-search-tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppLawyer%2Fsimpel-binary-search-tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cppLawyer%2Fsimpel-binary-search-tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cppLawyer","download_url":"https://codeload.github.com/cppLawyer/simpel-binary-search-tree/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241681695,"owners_count":20002365,"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","cplusplus"],"created_at":"2024-11-14T08:26:11.128Z","updated_at":"2025-03-03T14:29:45.124Z","avatar_url":"https://github.com/cppLawyer.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# binary-search-tree-C-plus-plus\n\n\n- Made safe and robust\n- The everything is set on the stack if you like you can edit it to be on the heap\n\n\nExample:\n\n```\nnode\u003cint\u003e base;\n//base node\n  \nbase.insert(std::move(node\u003cint\u003e(212)));\n//insert with std::move(number)\n  \nbase.remove(212);\n//to remove a element\n  \nbase.search(757)\n//to search in the binary tree returns a boolean of true if found else false\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpplawyer%2Fsimpel-binary-search-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcpplawyer%2Fsimpel-binary-search-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcpplawyer%2Fsimpel-binary-search-tree/lists"}