Visualizing the following disk scheduling algorithms:
- First Come, First Served (FCFS)
- Shortest Seek Time First (SSTF)
- SCAN (Elevator algorithm)
- Circular SCAN (CSCAN)
- LOOK
- Circular LOOK (CLOOK)
Featuring a graphical user interface to show seek head movement and calculate total movement. Was made as an assignment for the Advanced Operating Systems course taught in Cairo University Faculty of Computers and Artificial Intelligence.