mirror of
https://github.com/bspeice/itcs3146-project
synced 2024-12-22 06:38:23 -05:00
This commit is contained in:
parent
6d140e9021
commit
9588dda536
12
BestFitAlgorithm.java
Normal file
12
BestFitAlgorithm.java
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
* To change this template, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @author djw612
|
||||
*/
|
||||
public class BestFitAlgorithm {
|
||||
|
||||
}
|
12
WorstFitAlgorithm.java
Normal file
12
WorstFitAlgorithm.java
Normal file
@ -0,0 +1,12 @@
|
||||
/*
|
||||
* To change this template, choose Tools | Templates
|
||||
* and open the template in the editor.
|
||||
*/
|
||||
|
||||
/**
|
||||
*
|
||||
* @author djw612
|
||||
*/
|
||||
public class WorstFitAlgorithm {
|
||||
|
||||
}
|
Loading…
Reference in New Issue
Block a user