{"id":24963144,"url":"https://github.com/missipsag/binary-search-tree","last_synced_at":"2025-03-28T23:26:59.446Z","repository":{"id":258637310,"uuid":"816721622","full_name":"missipsag/Binary-Search-Tree","owner":"missipsag","description":"This is a small project where I learned how to manipulate the Binary Search tree data structure (creating and inserting new nodes, deleting ones, updating key values...) and tree walks algorithms : inorder, preorder, postorder.","archived":false,"fork":false,"pushed_at":"2024-10-21T09:03:58.000Z","size":115,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-03T09:54:52.261Z","etag":null,"topics":["binary-search-tree","c","data-structures","pointer"],"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/missipsag.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":"2024-06-18T09:26:40.000Z","updated_at":"2025-01-23T18:41:12.000Z","dependencies_parsed_at":"2024-10-21T12:18:19.511Z","dependency_job_id":null,"html_url":"https://github.com/missipsag/Binary-Search-Tree","commit_stats":null,"previous_names":["missipsag/binary-search-tree"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missipsag%2FBinary-Search-Tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missipsag%2FBinary-Search-Tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missipsag%2FBinary-Search-Tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/missipsag%2FBinary-Search-Tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/missipsag","download_url":"https://codeload.github.com/missipsag/Binary-Search-Tree/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246114685,"owners_count":20725664,"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","c","data-structures","pointer"],"created_at":"2025-02-03T09:54:54.556Z","updated_at":"2025-03-28T23:26:59.427Z","avatar_url":"https://github.com/missipsag.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Binary Search tree overview\n***\nA **Binary Search Tree** is a data structure used in computer science for organizing and storing data in a sorted manner. Each node in a Binary Search Tree **has at most two children**, a left child and a right child, with the left child containing values less than the parent node and the right child containing values greater than the parent node. This hierarchical structure allows for efficient **searching**, **insertion**, and **deletion** operations on the data stored in the tree.\n\n![Alt Text](./demo.jpeg \"Demo\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmissipsag%2Fbinary-search-tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmissipsag%2Fbinary-search-tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmissipsag%2Fbinary-search-tree/lists"}