removed extraneous code

This commit is contained in:
2020-06-02 13:21:32 -05:00
parent d63182a55b
commit f5a0a78490

View File

@@ -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"};