Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 273 Bytes

File metadata and controls

7 lines (7 loc) · 273 Bytes

CPU-Scheduling-Algorithm

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.