Problem
1. Using the list from the previous question, show the binary heap tree resulting from using the list as a parameter to the build_heap method. Show both the tree and list form.
2. Draw the binary search tree that results from inserting the following keys in the order given: 68, 88, 61, 89, 94, 50, 4, 76, 66, and 82.