itcs3146-project/BestFitAlgorithm.java
2012-11-05 21:08:12 -05:00

16 lines
238 B
Java

/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author djw612
*/
public class BestFitAlgorithm {
public BestFitAlgorithm()
{
//Constructor goes here
}
}