OS Scheduling Visualizer

This application simulates the process scheduling algorithms in operating systems, and it provides visual results for a better understanding.

How it works

You can feed the application with the processes (arrival times, and burst times) you want to schedule. The processes are then scheduled using the algorithm you chose between FCFS, RR (with time quantum), SPN, SRTN, HRRN, and MRR (with time quantum). Then we can see a visual representation of the timeline. For each process, we can see the data for waiting time, turnaround time, and normalized turnaround.