kaushal1120/process-scheduler
Implementation of different scheduling policies (FCFS, LCFS, SRTF, RoundRobin, PriorityScheduler, PreemptivePriorityScheduler) on a set of processes/threads executing on a system. The system is implemented using Discrete Event Simulation (DES).
C++