What is the depth of the last earthquake in the arraylist


Problem

For this problem you wrote the method sortByLargestDepth in the class QuakeSortInPlace to sort earthquakes by their depth from largest depth to smallest depth using the selection sort algorithm. Modify this method to do exactly 50 passes and then modify testSort to run this method on the file earthQuakeDataDec6sample2.atom. The file may not be completely sorted as there are more than 50 quakes in the file.

After running your program of 50 Selection sort passes on this file, what is the depth of the last earthquake in the ArrayList?

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: What is the depth of the last earthquake in the arraylist
Reference No:- TGS03302399

Expected delivery within 24 Hours