Link to home
Start Free TrialLog in
Avatar of joymavs
joymavs

asked on

CPU Scheduling algorithm: SRTF program

How to code the Shortest Remaining Time First(SRTF)? I'm having a hard time on coding the pre-emptive part of the algorithm. Thanks a lot.
ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Kent Olsen

Hi joymavs,

Any of the "best fit vs. first fit vs. worst fit" algorithms should give you a pretty good insight.  If you've already coded this kind of logic into any program just replicate the logic.


Kent