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