mirror of
				https://github.com/bspeice/itcs3146-project
				synced 2025-11-03 18:10:29 -05:00 
			
		
		
		
	Added variable to set memory for Algorithms
This commit is contained in:
		@ -8,6 +8,10 @@ import java.util.Scanner;
 | 
			
		||||
import java.util.StringTokenizer;
 | 
			
		||||
 | 
			
		||||
public class memoryManagement{
 | 
			
		||||
 | 
			
		||||
	//added by David Turnbull variable to set memory for algorithms
 | 
			
		||||
	public static int memory = 1024;
 | 
			
		||||
 | 
			
		||||
	public static void main(String args[])throws Exception{
 | 
			
		||||
		final int JOBAMOUNT = 1000;
 | 
			
		||||
		final int MEMORYSIZE = 10000;
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user