Modified Round - Robin Implementation in C

This project contains implementation for round - robin like process scheduling in which, no new process is added to the scheduler queue until all process initially in the queue has completed execution.

Build:

make

Run:

prog.exe