This commit is contained in:
David Weber 2012-11-05 21:04:21 -05:00
parent 6d140e9021
commit 9588dda536
2 changed files with 24 additions and 0 deletions

12
BestFitAlgorithm.java Normal file
View File

@ -0,0 +1,12 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author djw612
*/
public class BestFitAlgorithm {
}

12
WorstFitAlgorithm.java Normal file
View File

@ -0,0 +1,12 @@
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author djw612
*/
public class WorstFitAlgorithm {
}