You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a Python-based simulator for CPU scheduling algorithms, featuring Non-Preemptive Priority Scheduling and Preemptive Priority Scheduling. The simulator generates random processes with arrival times, burst times, and priority levels, executes the scheduling algorithms, and visualizes the results using Gantt charts.