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