writing fields for SortResult class
This commit is contained in:
@@ -7,4 +7,8 @@ package Sorting;
|
|||||||
*/
|
*/
|
||||||
public class SortResult {
|
public class SortResult {
|
||||||
|
|
||||||
|
private int[] sortedArray;
|
||||||
|
private int comparisonsUsed;
|
||||||
|
private int swapsUsed;
|
||||||
|
private timeUsed;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user