removed extraneous code
This commit is contained in:
@@ -80,8 +80,6 @@ public class AlgorithmTester{
|
||||
private static void sortFile(){
|
||||
String filename;
|
||||
int input;
|
||||
// boolean bubble=false, selection=false, insertion=false;
|
||||
//boolean quick=false, counting=false, radix=false, merge=false;
|
||||
boolean ready=false;
|
||||
boolean print=false;
|
||||
String[] sortingAlgoNames = {"bubble","selection","insertion","counting","quick","merge"};
|
||||
|
||||
Reference in New Issue
Block a user