Revert "Revert "Stream test""
This commit is contained in:
@@ -6,8 +6,8 @@ package Sorting;
|
||||
|
||||
public class QuickSorterThreeWay extends QuickSorter{
|
||||
|
||||
public QuickSorterThreeWay(String filename){
|
||||
super("quick sort (3-way partition)", filename);
|
||||
public QuickSorterThreeWay(RandomNumberFileReader reader){
|
||||
super("quick sort (3-way partition)", reader);
|
||||
}
|
||||
/*
|
||||
void sort(){
|
||||
|
||||
Reference in New Issue
Block a user