Description: Simulation process synchronization algorithms, including FCFS (first come first serve), SJF (shortest first), RR (Round-Robin), priority scheduling and multi-level queue scheduling
File list (Check if you may need any files):
SJF.cpp
FCFS.cpp
MutipleQueue.cpp
Piority.cpp
RR.cpp