This project implements various CPU scheduling algorithms and provides a graphical visualization of the scheduling process. It includes the following scheduling algorithms:
Shortest Job First (SJF)
Shortest Remaining Time First (SRTF)
Priority Scheduling
AG Scheduling (Modified Round Robin)