Revert "Stream test"
This commit is contained in:
@@ -2,8 +2,8 @@ package Sorting;
|
||||
|
||||
public class SelectionSorter extends Sorter {
|
||||
//a class to sort an array of numbers using selection sort
|
||||
public SelectionSorter(RandomNumberFileReader reader){
|
||||
super("selection sort", reader);
|
||||
public SelectionSorter(String filename){
|
||||
super("selection sort", filename);
|
||||
}
|
||||
|
||||
void sort(){
|
||||
|
||||
Reference in New Issue
Block a user