c icon indicating copy to clipboard operation
c copied to clipboard

Shortest_Job_First.c

Open ghost opened this issue 3 years ago • 2 comments

Shortest job next (SJN), also known as shortest job first (SJF) or shortest process next (SPN), is a scheduling policy that selects for execution the waiting process with the smallest execution time. SJN is a non-preemptive algorithm.

I am creating a pull request for...

  • [x] New algorithm
  • [ ] Update to an algorithm
  • [ ] Fix an error
  • [ ] Other - Describe below

ghost avatar Oct 15 '20 06:10 ghost

Kindly check it out I have renamed my file name

ghost avatar Oct 16 '20 09:10 ghost

Kindly check it out I have renamed my file name

You have renamed the pull request name, not the filename.

abranhe avatar Oct 16 '20 17:10 abranhe