About This Project
The Disk Scheduling Algorithms Simulator is designed for students and educators to understand and compare six fundamental disk scheduling algorithms:
- FCFS (First-Come, First-Served)
- SSTF (Shortest Seek Time First)
- SCAN (Elevator Algorithm)
- C-SCAN (Circular SCAN)
- LOOK
- C-LOOK
Visualize head movement sequences, calculate total head movement, and understand the performance characteristics of each algorithm through an intuitive interface.
Get Started
Choose your preferred platform:
Download Desktop App Try Web VersionDesktop Version Features:
- Standalone executable (no Python required)
- Interactive matplotlib visualizations
- Configurable disk parameters
- Request loading from files