format output

This commit is contained in:
2020-07-03 17:04:51 -05:00
parent 998e9f487d
commit d66fdedcde

View File

@@ -269,7 +269,7 @@ public class AlgorithmTester{
}
System.out.print("\n");
}
System.out.println("\n"+e.getSortType()+" of "+e.getSortCount()+" words from "+e.getFirst()+" to "+e.getLast()+" took:");
System.out.println("\n"+e.getSortType()+" of "+e.getSortCount()+" words from \""+e.getFirst()+"\" to \""+e.getLast()+"\" took:");
System.out.println(e.getComparisonsUsed()+" comparisons");
System.out.println(e.getWritesUsed()+" write operations");
System.out.println(e.getTimeUsed()+" milliseconds");