Skip to content

yy-cc-20/CPU_Scheduling_Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3 CPU Scheduling Algorithms

First Come First Serve (FCFS)

Shortest Process Next (SPN)

Round Robin (RR) with Quantum time = 4

  • Show the Gantt Chart
  • Calculate the waiting time and the average waiting time for all the algorithms
  • Calculate the turnaround time and the average turnaround time for all the algorithms
  • Compare the performance of the algorithms

About

Compare the efficiency of CPU scheduling algorithms

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages