Skip to content

Elshimaa2001/CPU-scheduling

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

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