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
A Java-based CPU Scheduler Simulator implementing Preemptive Shortest-Job First (SJF), Round Robin (RR), Preemptive Priority, and the custom AG Scheduling algorithms. It handles context switching and calculates performance metrics like Waiting Time and Turnaround Time for processes.