Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 337 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 337 Bytes

cpu-scheduling

CPU Scheduling is a process of which processes will run on CPU while the other are held. This C program simulates a simple cpu scheduling of a total of 20 processes.

You may need to install pthread.h before running the software.

LINK TO pthread.h