mirror of
https://github.com/bspeice/itcs3146-project
synced 2024-11-12 11:08:43 -05:00
16 lines
238 B
Java
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
|
|
}
|
|
}
|