mirror of
				https://github.com/bspeice/itcs3146-project
				synced 2025-11-03 18:10:29 -05:00 
			
		
		
		
	Added BestFit and WorstFit class files
This commit is contained in:
		@ -8,5 +8,8 @@
 | 
				
			|||||||
 * @author djw612
 | 
					 * @author djw612
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
public class BestFitAlgorithm {
 | 
					public class BestFitAlgorithm {
 | 
				
			||||||
    
 | 
					    public BestFitAlgorithm()
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        //Constructor goes here
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
@ -8,5 +8,8 @@
 | 
				
			|||||||
 * @author djw612
 | 
					 * @author djw612
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
public class WorstFitAlgorithm {
 | 
					public class WorstFitAlgorithm {
 | 
				
			||||||
    
 | 
					    public WorstFitAlgorithm()
 | 
				
			||||||
 | 
					    {
 | 
				
			||||||
 | 
					        //Constructor goes here
 | 
				
			||||||
 | 
					    }
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user