Cpu Simulator APP
This application has been developed to simulate the CPU scheduling algorithms on a Gantt Chart.
This is an open-source project you can contribute via github.com/Bhasfe/cpu-scheduling
The Algorithms:
First Come First Serve (Non-Preemptive)
Shortest Job First (Non-Preemptive)
Shortest Remaining Time First (Preemptive)
Round Robin (Preemptive)
Priority Scheduling (Preemptive & Non-Preemptive)