In the ListExecutionTimes program, the getIndices method fills an ArrayList with randomly ordered indices and then copies

Question:

In the ListExecutionTimes program, the getIndices method fills an ArrayList with randomly ordered indices and then copies the ArrayList’s values to an array. Write code for an alternative getIndices method that returns a similar result. It calls the zero-parameter add method to populate the ArrayList with sequentially ordered indices from the array, calls the shuffle method from the Collections class to shuffle the array, and then copies the ArrayList’s values to an array.

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: