Setting up modules for student
This commit is contained in:
10
Sorting/SortResult.java
Normal file
10
Sorting/SortResult.java
Normal file
@@ -0,0 +1,10 @@
|
||||
package Sorting;
|
||||
|
||||
/**
|
||||
* This is a class to hold the efficiencty results of a sorter. We will use this
|
||||
* because we can only have one return value from a method, but want to get more
|
||||
* than one piece of data from each sorter.
|
||||
*/
|
||||
public class SortResult {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user