Introduction - If you have any usage issues, please Google them yourself
Create a binary sort tree and outputs the structure of the tree, and then let the user enter the following operators: i (insert), s (find), d (delete), p (output structure), q (to exit the program), programperform the corresponding operations.