/Binary-Seach-Tree-implementation

Binary search tree using C programming language. Enter integer values calling the function and give the value as the argument. When deleting a node with a particular value call the delete function with respective value for the argument. It will recognize automatically whether the entered value is a leaf node and delete it and rearrange the binary search tree.

Primary LanguageC

This repository is not active