diff --git a/BestFitAlgorithm.java b/BestFitAlgorithm.java new file mode 100644 index 0000000..65f78a8 --- /dev/null +++ b/BestFitAlgorithm.java @@ -0,0 +1,12 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + +/** + * + * @author djw612 + */ +public class BestFitAlgorithm { + +} diff --git a/WorstFitAlgorithm.java b/WorstFitAlgorithm.java new file mode 100644 index 0000000..3d9fddf --- /dev/null +++ b/WorstFitAlgorithm.java @@ -0,0 +1,12 @@ +/* + * To change this template, choose Tools | Templates + * and open the template in the editor. + */ + +/** + * + * @author djw612 + */ +public class WorstFitAlgorithm { + +}