refactor to use polymorphism
This commit is contained in:
@@ -2,7 +2,7 @@ package Sorting;
|
||||
|
||||
import java.util.Arrays;
|
||||
|
||||
public class NumberCountingSorter extends NumberSorter{
|
||||
public class NumberCountingSorter extends Sorter{
|
||||
|
||||
public NumberCountingSorter(RandomNumberFileReader reader){
|
||||
super("counting sort", reader);
|
||||
|
||||
Reference in New Issue
Block a user