⚙️ CPU Scheduling Visualizer
Simulate and compare classic scheduling algorithms
Input
Algorithm
Choose scheduling algorithm…
1. First Come First Serve (FCFS)
2. Shortest Job First (SJF - Non Preemptive)
3. Shortest Remaining Time First (SRTF - Preemptive)
4. Priority Scheduling (Non Preemptive)
5. Priority Scheduling (Preemptive)
6. Round Robin (RR)
7. Highest Response Ratio Next (HRRN)
8. Multilevel Feedback Queue (First-Level)
9. Multilevel Feedback Queue (Exponential Quantum)
10. Priority with Aging
Number of Processes
−
+
Arrival Times (comma separated)
Burst Times (comma separated)
Priority (comma separated)
Priority Order
Lower value = Higher Priority
Higher value = Higher Priority
Time Quantum (RR)
−
+
Use − / + to adjust the quantum.
Output Mode
TRACE (Gantt + timeline)
STATS (statistics table)
🚀 Run Scheduler
Output