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