• Stars
    star
    5
  • Rank 2,852,659 (Top 57 %)
  • Language
    Java
  • Created over 4 years ago
  • Updated over 4 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

CPU scheduling algorithm simulator which simulate following algorithms First Come First Served (FCFS) , Shortest Job First (SJF) , Shortest Remaining Time First(SRTF) ,Round Robin(RR)