This is the Java program I wrote to create a Binary Tree and insert elements into it. However, I could not write the program for inserting the elements recursively and thus had to manually specify the left and right children respectively.This is the Java program I wrote to create a Bi