Solve SRTF (Shortest remaining time first) scheduling algorithm.
Opened this issue · 1 comments
Meghwantsingh commented
note: Shortest remaining time first
It is the preemptive form of SJF. In this algorithm, the OS schedules the Job according to the remaining time of the execution.
use only Python, Go lang, and Java programming language.
Properly explain each line of code
mark starred the repo
Add inside program coder folder
Meghwantsingh commented
ok