previous
|
start
|
next
Self Check
Declare a generic
BinarySearchTree
class with an appropriate type variable.
Modify the
min
method to compute the minimum of an array of elements that implements the
Measurable
interface of Chapter 11.
previous
|
start
|
next