A simple simulation of an OS scheduler using different scheduling algorithms including: First Come First Serve, Highest Prioirty First (non-preemptive), Shortest Remaining Time Next and Round Robin.
3amrA7med/OS-Scheduler
A simple simulation of an OS scheduler using different scheduling algorithms including: First Come First Serve, Highest Prioirty First (non-preemptive), Shortest Remaining Time Next and Round Robin.
Python