CPU scheduling algorithms simulator and visualizer. Was made as an assignment for the Operating Systems course taught in Cairo University Faculty of Computers and Artificial Intelligence.
- A graphical user intreface showing wait and turnover time of each process, as well as a Gantt chart showing the simulated processes
- Priority scheduling algorithm
- Shortest Job First (SJF) algorithm
- Shortest Remaining Time First (SRTF) algorithm
- AGAT algorithm