Revert "Stream test"

This commit is contained in:
eugenefischer
2020-06-11 14:03:27 -05:00
committed by GitHub
parent 87cf8a3e05
commit 435a9ef718
12 changed files with 47 additions and 88 deletions

View File

@@ -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(){