Implimentation of various CPU Scheduling Algorithms in Java.These were created as part of college lab assignments.
All the programs will read input from a file and write the output to another file. The Files will be passed as Command Line Arguments. To facilitate this, a class InOut has been defined and will be used in all other classes.
The Process Class contains Process Atributes like CPU burst,Waiting Time etc.