CS5250 Assignment 4
This repository is for CS5250 assignment 4. It implements 4 process scheduling algorithms FCFS, Round Robin, SRJF and SJF.
Language is Java. Java 8 is required to compile and run the code. Source code is in the src directory.
How to run: Compile the main class Simulator: javac src/Simulator.java Run the simulator: java -cp src/ Simulator
Outputs: The outputs are created in the output folder