The Disk Scheduling Visualizer turns a classic operating-systems topic into something you can watch, step through and compare — making the trade-offs between scheduling strategies obvious at a glance.
Make disk scheduling intuitive by animating the read/write head instead of only presenting final numbers.
Each algorithm computes the head's path; the app plays it back on an SVG disk and a live seek chart, in sync.
Plain HTML, CSS and JavaScript with Plotly for the charts. No framework and no build step.
A team project for the operating-systems curriculum.
Enter a request queue and watch the algorithms play out move by move.