/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).

Primary LanguageC++

Watchers