• Stars
    star
    1
  • Language
    Java
  • Created over 3 years ago
  • Updated over 3 years ago

Reviews

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

Repository Details

scheduling the processes in your desired algorithm using Java , supported algorithms are: 1.FCFS 2.SJF(preemptive and non-preemptive) 3.priority(preemptive and non-preemptive) 4.Round Robin)