itcs3146-project/BestFitAlgorithm.java

16 lines
238 B
Java
Raw Normal View History

2012-11-05 21:04:21 -05:00
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author djw612
*/
public class BestFitAlgorithm {
2012-11-05 21:08:12 -05:00
public BestFitAlgorithm()
{
//Constructor goes here
}
2012-11-05 21:04:21 -05:00
}