Once you've created a Binary Tree class, it's useful to use that class to create binary trees.
We'll be looking at algorithms that create binary trees, and algorithms that traverse through binary trees. For this assignment, however, get a copy of the file create_this_tree.py
, to be used with the BinaryTree class. Fill in the missing elements in the file to create the indicated binary trees.