AhmedYousriSobhi / CPU-shceduling-Algorithms

CPU scheduling algorithms "FCFS: First-come-first-serve, RR: Round Robin" implementation and simulating their performance.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPU-shceduling-Algorithms

CPU scheduling algorithms "FCFS: First-come-first-serve, RR: Round Robin" implementation and simulating their performance in some test process cases.

Instructions:

First, user enter the file name and its extention, then, choose whether uses FCFS algorithm or RR algorithm.

The output is:

1-Termination time, Waiting time and Turnaround time for each process.
2-Average Waiting Time and Average Turnaround Time for all process.

2

About

CPU scheduling algorithms "FCFS: First-come-first-serve, RR: Round Robin" implementation and simulating their performance.


Languages

Language:C 100.0%