Problem
1. Consider the following list of integers: [10, 9, 8, 7, 6, 5, 4, 3, 2, 1]. Show the binary search tree resulting from inserting the integers in the list.
2. Generate a random list of integers. Show the binary heap tree resulting from inserting the integers on the list one at a time.