// just to use for deleting temporary files...
// final File file = new File("");
// final String absolutePath = file.getAbsolutePath() + File.separator;
System.out.println("\nParameters:\n-----------\nMain Strategy:" + sorter.name() + "\n" + algo.parametersToString() + "\n");
final long[] execution_times = new long[times];
long total_time = 0;
for(int t=0; t<times; t++){
sorter = SORTER.valueOf(args[0]);