/CPUSchedulerJava

Java CPU Scheduling Simulator to test algorithms like FCFS ,SJF ,SRTN and RR

Primary LanguageJava

Java CPU Scheduling Simulator

Test Algorithms like FCFS ,SJF ,SRTN and RR

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

License

MIT