Computer Science 2007 Data Structures II Winter 1996/97 Assignment #3 Pawan Lingras Date Due: Week 6 Create binary search tree as a descendant of binary tree ADT. Insert 100-200 doubles in a binary search tree. Output the worst case number of comparisons. Prompt the user for a range of numbers and print all the numbers from that range which are in the binary tree.