Changed the name of FileFinder to FileUtil
This commit is contained in:
parent
a9bc9997ca
commit
ce83415d1c
19 changed files with 315 additions and 59 deletions
|
|
@ -5,6 +5,7 @@ import zutil.algo.sort.SimpleSort;
|
|||
import zutil.algo.sort.sortable.SortableIntArray;
|
||||
import junit.framework.*;
|
||||
|
||||
@SuppressWarnings("unused")
|
||||
public class SortTestSimple extends TestCase {
|
||||
public static final int SIZE = 10000;
|
||||
public static final int MAX_INT = 10000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue