This lab implements three algorithms of process scheduling, which includes:
- first-come first-served, FCFS(FCFS.c)
- short job first, SJF(SJF.c)
- Hightest Response Ratio Next, HRRN(HRRN.c)
Run make fcfs
or make sjf
or make hrrn
to generate executables