You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is about FCFS, SJF, RR, PM, :1.First come First Served method; 2.Shortest job first method; 3.Priority method; 4.Round Robin method;. Which has coding for bote method : 1. For Preemptive method ;2. For non-preemptive method.