continuing to fill out module for student
This commit is contained in:
@@ -8,7 +8,7 @@ package Sorting;
|
||||
public class SortResult {
|
||||
|
||||
private int[] sortedArray;
|
||||
private int comparisonsUsed;
|
||||
private int swapsUsed;
|
||||
private timeUsed;
|
||||
private long comparisonsUsed;
|
||||
private long swapsUsed;
|
||||
private Duration timeUsed;
|
||||
}
|
||||
Reference in New Issue
Block a user