Introduction - If you have any usage issues, please Google them yourself
//This program is to achieve the basic operation of the binary sort tree:// 1: the length of the input array and a string of number, to create its binary sort tree // 2: Find a given element, and given the level value // 3: Insert the given element // 4: root and root traversal // 5: menu// 0: Exits the program.