Meghwantsingh / Hacktoberfest2023

Start Learn with fun and be the Winner and Have a Good Day
https://hacktoberfest.com/
8 stars 24 forks source link

Solve SRTF (Shortest remaining time first) scheduling algorithm. #60

Open Meghwantsingh opened 1 year ago

Meghwantsingh commented 1 year ago

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 1 year ago

ok