{"id":16260149,"url":"https://github.com/kautenja/binary-search-tree","last_synced_at":"2025-04-08T13:50:18.553Z","repository":{"id":97116382,"uuid":"199312036","full_name":"Kautenja/binary-search-tree","owner":"Kautenja","description":"A simple and tested C++ implementation of a binary search tree data structure and algorithms.","archived":false,"fork":false,"pushed_at":"2019-07-28T17:07:32.000Z","size":712,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-14T10:18:37.728Z","etag":null,"topics":["binary-search-tree","cpp11","header-only","tested"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Kautenja.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":"2019-07-28T16:36:36.000Z","updated_at":"2019-07-28T17:07:34.000Z","dependencies_parsed_at":null,"dependency_job_id":"22023075-1131-42f3-873b-281ab7845a33","html_url":"https://github.com/Kautenja/binary-search-tree","commit_stats":{"total_commits":4,"total_committers":2,"mean_commits":2.0,"dds":0.25,"last_synced_commit":"9b00d9c6246cd6fb1c69983c9ee2bf95f509e1e0"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kautenja%2Fbinary-search-tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kautenja%2Fbinary-search-tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kautenja%2Fbinary-search-tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Kautenja%2Fbinary-search-tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Kautenja","download_url":"https://codeload.github.com/Kautenja/binary-search-tree/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247855136,"owners_count":21007502,"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","cpp11","header-only","tested"],"created_at":"2024-10-10T16:06:31.038Z","updated_at":"2025-04-08T13:50:18.527Z","avatar_url":"https://github.com/Kautenja.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Binary Search Tree\n\n[![build-status][]][build-server]\n\n[build-status]: https://travis-ci.com/Kautenja/binary-search-tree.svg\n[build-server]: https://travis-ci.com/Kautenja/binary-search-tree\n\n# Roadmap\n\n- [x] insert node\n- [x] remove node\n- [x] find node with minimum key\n- [x] find node with maximum key\n- [ ] find node with given key\n\n# Usage\n\nSimply add [include/binary_search_tree.hpp](include/binary_search_tree.hpp) to\nyour C++ project either by copying directly or using git submodules.\n\n## Testing\n\nTo compile and run the [test suite](test):\n\n```shell\nscons test\n```\n\n## Benchmarking\n\nTo run benchmarks:\n\n```shell\nscons benchmark/benchmark_bst.cpp\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkautenja%2Fbinary-search-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkautenja%2Fbinary-search-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkautenja%2Fbinary-search-tree/lists"}