/Scheduling-Algorithms

CPU Scheduling Algorithms Simulator

Primary LanguageC#MIT LicenseMIT

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)