Skip to content

sajadafaghiy/Scheduling-Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scheduling Algorithms

CPU Scheduling Algorithms Simulator

Fig 1. Screenshot of software

Simulation of algorithms:

First Come First Serve (FCFS)
Round-Robin (RR)
Shortest Process Next (SPN)
Shortest Remaining Time (SRT)
Highest Response Ratio Next (HRRN)
Feedback (FB)