editing sort type strings
This commit is contained in:
@@ -3,7 +3,7 @@ package Sorting;
|
||||
public class MergeSorter extends Sorter{
|
||||
|
||||
public MergeSorter(String filename){
|
||||
super("merge",filename);
|
||||
super("merge sort",filename);
|
||||
}
|
||||
|
||||
void sort(){
|
||||
|
||||
Reference in New Issue
Block a user