mirror of
https://github.com/bspeice/itcs3146-project
synced 2024-12-22 06:38:23 -05:00
Added BestFit and WorstFit class files
This commit is contained in:
parent
9588dda536
commit
f9a9069e3b
@ -8,5 +8,8 @@
|
||||
* @author djw612
|
||||
*/
|
||||
public class BestFitAlgorithm {
|
||||
|
||||
public BestFitAlgorithm()
|
||||
{
|
||||
//Constructor goes here
|
||||
}
|
||||
}
|
||||
|
@ -8,5 +8,8 @@
|
||||
* @author djw612
|
||||
*/
|
||||
public class WorstFitAlgorithm {
|
||||
|
||||
public WorstFitAlgorithm()
|
||||
{
|
||||
//Constructor goes here
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user