technojam / Ultimate_Algorithms_Repository

This is a collection of Data Structures and Algorithms
83 stars 166 forks source link

SRTF #304

Closed RavirajWadnerkar closed 4 years ago

RavirajWadnerkar commented 4 years ago

SRTF

Description of the algorithm The process, whose remaining run time is shortest, is served first. This is a preemptive version of SJF scheduling.

RavirajWadnerkar commented 4 years ago

I would like to contribute to this issue. Please assign this to me.