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
CPU Scheduling Algorithms
1.First Come First Serve
2.Shortest Job First
3.Priority
4.Round Robin
I made these algorithms using python and I use djikstra three way sorting algorithm as there can be duplicate burst time, priority and arrival time.