Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 606 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 606 Bytes

Process-Scheduler

This project is a CPU scheduler which used the following scheduling algorithms using C.

  1. Preemptive Highest Priority First (PHPF). [Still Progressing]
  2. Shortest Remaining time Next (SRTN). [Still Progressing]
  3. Short Job First (SJF). [Still Progressing]
  4. Round Robin (RR).

Authors

  • Yahya Mohamed
  • Mariam Moktar
  • Muhammed Essam
  • Yassmen Abosaif

generating the files & building

make all
./test_generator.out

running

make run