the second assignment is about Simulating the CPU Scheduling algorithms using Java.
-
Updated
Feb 10, 2023 - Java
the second assignment is about Simulating the CPU Scheduling algorithms using Java.
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.
Add a description, image, and links to the ag-scheduling topic page so that developers can more easily learn about it.
To associate your repository with the ag-scheduling topic, visit your repo's landing page and select "manage topics."