the program takes a list of integers entered from the keyboard and builds a binary search tree, allowing duplicate numbers, which will be inserted to the left when the duplicate is encountered. assume each number is one to 4 digits long, and each can be displayed in a fixed 4-digit window with a max screen size of 80 columns wide and 50 rows high. use only ascii graphics- the regular characters found on a keyboard.