format output
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user