AllAlgorithms / c

Implementation of All ▲lgorithms in C Programming Language
https://github.com/AllAlgorithms/c
MIT License
1.53k stars 523 forks source link

Shortest_Job_First.c #271

Open ghost opened 3 years ago

ghost commented 3 years ago

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...

ghost commented 3 years ago

Kindly check it out I have renamed my file name

abranhe commented 3 years ago

Kindly check it out I have renamed my file name

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