Question
Problem Write a class called "Search Tree" that accepts data values and then lets you search the list to see if a value is in the list. The key part of the class is in the data structure that it uses to store the data. At its core, the Search Tree is an unbalanced binary search tree. New values are added to the bottom