Skip to content

yusufish/Single-Processor-System-Simulator

Repository files navigation

Single-Processor-System-Simulator

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages