From 9588dda536fe6583afcb304325158603e489eae4 Mon Sep 17 00:00:00 2001 From: David Weber Date: Mon, 5 Nov 2012 21:04:21 -0500 Subject: [PATCH] --- BestFitAlgorithm.java | 12 ++++++++++++ WorstFitAlgorithm.java | 12 ++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 BestFitAlgorithm.java create mode 100644 WorstFitAlgorithm.java 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 { + +}