Rename flowcharts
This commit is contained in:
@@ -17,7 +17,7 @@ public class AlgorithmTester{
|
||||
static boolean quit = false;
|
||||
public static void main(String[] args) {
|
||||
while(!quit){
|
||||
System.out.println("\nSORTING ALGORITHM TESTER");
|
||||
System.out.println("\nSORTING ALGORITHM TESTER");
|
||||
System.out.println("Please select an option:");
|
||||
System.out.println("1) Make a file of random numbers");
|
||||
System.out.println("2) Sort a file of random numbers");
|
||||
|
||||
@@ -4,7 +4,7 @@ import java.time.Duration;
|
||||
import java.util.Locale;
|
||||
import java.text.NumberFormat;
|
||||
/**
|
||||
* This is a class to hold the efficiencty results of a sorter. We will use this
|
||||
* This is a class to hold the efficiency 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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user