Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.02 KB

Readme.md

File metadata and controls

24 lines (16 loc) · 1.02 KB

Cycle-3

  1. Find Average Turn Around Time & Average Waiting Time for the following CPU Scheduling algorithms.


    Process Arrival Time Burst Time
    P0 0 6
    P1 1 8
    P2 2 1
    P3 3 3