bug fix
This commit is contained in:
@@ -261,7 +261,7 @@ public class AlgorithmTester{
|
||||
results.add(qSorter.measuredSort());
|
||||
}
|
||||
if(quick3way) {
|
||||
Sorter q3Sorter = new WordQuickSorterThreeWay();
|
||||
Sorter q3Sorter = new WordQuickSorterThreeWay(reader);
|
||||
results.add(q3Sorter.measuredSort());
|
||||
}
|
||||
for(SortResult e: results){
|
||||
|
||||
Reference in New Issue
Block a user