$30
See the code provided in the Code directory, which implements a Node class that allows trees to be built. Convert this code into a Generic class that is parameterized by a single type T that is the type of the data field in Node. Types for T should be restricted to types that extend from Comparable.