This is a scheduling simulator made entirely in Java and it consists of the following algorithms :
- First Come First Serve (FCFS)
- Shortest Job First (SJF)
- Shortest Remaining Tie Next (SRTN)
- Round Robin (RR)
Credits GeeksForGeeks ChatGPT
MIT
Java CPU Scheduling Simulator to test algorithms like FCFS ,SJF ,SRTN and RR
Java
This is a scheduling simulator made entirely in Java and it consists of the following algorithms :
Credits GeeksForGeeks ChatGPT
MIT