mirror of
https://github.com/bspeice/itcs3146-project
synced 2024-11-09 17:48:18 -05:00
16 lines
240 B
Java
16 lines
240 B
Java
/*
|
|
* To change this template, choose Tools | Templates
|
|
* and open the template in the editor.
|
|
*/
|
|
|
|
/**
|
|
*
|
|
* @author djw612
|
|
*/
|
|
public class WorstFitAlgorithm {
|
|
public WorstFitAlgorithm()
|
|
{
|
|
//Constructor goes here
|
|
}
|
|
}
|