tony-josi / m_round_robin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:C 90.2%Language:Makefile 9.8%