{"id":19199232,"url":"https://github.com/amaterazu7/binarysearchtreecpp","last_synced_at":"2025-07-13T05:38:10.648Z","repository":{"id":117714937,"uuid":"266278141","full_name":"Amaterazu7/binarySearchTreeCpp","owner":"Amaterazu7","description":" Implementation of a node-based binary tree data structure for educational purposes. ","archived":false,"fork":false,"pushed_at":"2020-05-23T14:47:38.000Z","size":64,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-04T12:09:18.737Z","etag":null,"topics":["algorithms-and-data-structures","binary-search-tree","cplusplus","cpp17","traversal-orders","tree-structure"],"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/Amaterazu7.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-05-23T06:36:57.000Z","updated_at":"2020-05-23T14:47:40.000Z","dependencies_parsed_at":null,"dependency_job_id":"3037eea8-cf72-484e-83e3-ae54dc779fb6","html_url":"https://github.com/Amaterazu7/binarySearchTreeCpp","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/Amaterazu7%2FbinarySearchTreeCpp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amaterazu7%2FbinarySearchTreeCpp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amaterazu7%2FbinarySearchTreeCpp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Amaterazu7%2FbinarySearchTreeCpp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Amaterazu7","download_url":"https://codeload.github.com/Amaterazu7/binarySearchTreeCpp/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240271532,"owners_count":19774859,"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":["algorithms-and-data-structures","binary-search-tree","cplusplus","cpp17","traversal-orders","tree-structure"],"created_at":"2024-11-09T12:26:08.036Z","updated_at":"2025-02-23T05:16:09.272Z","avatar_url":"https://github.com/Amaterazu7.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# C++ Binary Search Tree\n\nHere you have the binary search tree data structure implementation in C++, this project was create to the \"Algorithm and Data Structure (Algoritmos y Estructura de Datos)\" subject for the Universidad Nacional de Lanús. \n\n * Binary search Tree with:\n        \n        * Insertion / Creation of the tree\n        * Show the size\n        * Show the Max Node\n        * Show the Min Node\n        * Show  boolean if the contains data\n        * Depth First Search \n            * PreOrder search   \n            * InOrder search\n            * PostOrder search\n        * Breadth First Search\n\n\n### Running the APP \n\n* In order to compile \u0026 execute the application, you just can use this command for Linux/Mac OS (inside the project folder, of course):\n    \n    ~~~\n     mkdir -p ./bin/ \u0026\u0026 g++ $(find ./src/ -name *.cpp -o -name *.c) -o ./bin/main -g -lm \u0026\u0026 ./bin/main \n    ~~~\n\n\n#### Binary Search Tree Sample \n\n\n![](https://media.geeksforgeeks.org/wp-content/uploads/BSTSearch.png)\n\n\n### Notes \n\nIf you want to learn all about computer science, algorithms and data structures, I recommend you visit the site [GeeksForGeeks](https://www.geeksforgeeks.org/).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famaterazu7%2Fbinarysearchtreecpp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famaterazu7%2Fbinarysearchtreecpp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famaterazu7%2Fbinarysearchtreecpp/lists"}