Revert "Stream test"
This commit is contained in:
@@ -5,8 +5,8 @@ package Sorting;
|
||||
|
||||
public class InsertionSorter extends Sorter{
|
||||
|
||||
public InsertionSorter(RandomNumberFileReader reader){
|
||||
super("insertion sort", reader);
|
||||
public InsertionSorter(String filename){
|
||||
super("insertion sort", filename);
|
||||
}
|
||||
|
||||
void sort(){
|
||||
|
||||
Reference in New Issue
Block a user