continuing to fill out module for student

This commit is contained in:
2020-05-29 09:48:47 -05:00
parent bbcfb13d34
commit 31915918f0
2 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
package Sorting;
public class BubbleSorter {
public class BubbleSorter extends sorter{
//a class to sort arrays of numbers using bubble sort
}