Program allows to :
- Create a node in tree
- Perform search on tree
- print all data
- Delete a node in tree
To compile use make command on terminal To run the program use ./outfile
To create binary tree, perform search on tree ,print data,delete a node on tree.
Repository from Github https://github.comamalpoulose/Binary-Search-Tree
Program allows to :
To compile use make command on terminal To run the program use ./outfile
To create binary tree, perform search on tree ,print data,delete a node on tree.
GNU General Public License v3.0