initial commit

This commit is contained in:
2020-07-12 15:09:05 -05:00
parent 8bf086cec7
commit bf7d479f1e

View File

@@ -0,0 +1,8 @@
package Sorting;
public class GenericSorter {
protected List<T> data;
}