Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 315 Bytes

File metadata and controls

4 lines (4 loc) · 315 Bytes

Job-Scheduling-Shortest-remaining-time-job-first-python-code

Python code for the scheduling algorithm used in operating systems shortest-remaining-time-first code in python. This is an algorithm used in operating systems called shortest-job-first for preemptive operating systems. The code is in python language.