A windows application made using C# forms to calculate disk scheduling using many algorithms and compare between them There also a visualization, so you see the sequence visually as figure below.
This Program Form made using Visual Studio C#
- FCFS (First Come First Serve)
- SSTF (Shortest Seek Time First)
- LOOK
- CLOOK
- SCAN
- CSCAN
To deploy this project run
DiskSchedulingAlgorithms/OS Project/bin/Debug/OS Project.exe
This was my Course project for Advanced Operating System at June 2021