An interactive visualization tool for demonstrating and comparing different disk scheduling algorithms. Supports three classic disk scheduling algorithms: FCFS (First Come First Serve), SSTF (Shortest Seek Time First), and SCAN (Elevator Algorithm).
- Intuitive disk head movement visualization
- Real-time display of seek time and current position
- Support for three classic disk scheduling algorithms:
- FCFS (First Come First Serve)
- SSTF (Shortest Seek Time First)
- SCAN (Elevator Algorithm)
- Algorithm performance comparison table
- Detailed algorithm characteristics explanation
- Responsive design, mobile device support
- Set initial head position (0-199)
- Input request queue (comma-separated numbers)
- Select SCAN algorithm initial direction (Left/Right)
- Click corresponding algorithm button to start demonstration
- Use reset button to restart demonstration
- View comparison table to understand performance differences between algorithms
Visit https://ds.xixu.us.kg to experience the online demo.
Copyright © Xi Xu
Licensed under the GPL-3.0 license.