Stored as simple arrays | Computer Science homework help
Your algorithm should satisfy the following criteria:1. It should be able to accept as input 0 to k collections, stored as simple arrays. We’rerestricting the data structure to arrays since we haven’t covered higher order datastructures yet.2. The elements of the collections should all be of type Comparable, and they should all be derived from the same base class (not counting the Object class). Implementation […]
