This is a homework of Data Structures lecture.
It simulates a single processor system that can execute jobs in the determined order by the input file.
Sending order of 3 types of processes to the processor will be determined by a multilevel scheduler.
Whole project is based on C++
- No STL containers are allowed.
- Implemented queue using linkedists.
- Read input from .txt file.