Revert "Stream test"
This commit is contained in:
@@ -4,8 +4,8 @@ import java.util.Arrays;
|
||||
|
||||
public class CountingSorter extends Sorter{
|
||||
|
||||
public CountingSorter(RandomNumberFileReader reader){
|
||||
super("counting sort", reader);
|
||||
public CountingSorter(String filename){
|
||||
super("counting sort", filename);
|
||||
}
|
||||
|
||||
void sort(){
|
||||
|
||||
Reference in New Issue
Block a user