Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 268 Bytes

README.md

File metadata and controls

10 lines (9 loc) · 268 Bytes

CPU scheduling in c++ :

  1. FCFS (First Come First Serve)
  2. RR (Round Robin)
  3. SPN (Shortest Process Next)
  4. SRT (Shortest Remaining Time)
  5. HRRN (Highest Response Ratio Next)
  6. FB-1, (Feedback where all queues have q=1)
  7. FB-2i, (Feedback where q= 2i)
  8. Aging