Design a generic class, OrderedCollection, that stores a collection of Comparables (in an array), along with the current size of the collection. Provide public methods isEmpty, makeEmpty, insert, remove, findMin, and findMax. findMin and findMax return references to the smallest and largest, respectively, Comparable in the collection (or null if the collection is empty).
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.