Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 930 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 930 Bytes

CS315-Scheduler

Demo C++ implementation of operating system scheduling algorithms under different running scenarios.
Both scheduler algorithms have examples to showcase ideal and starved conditions.

Features

  • Rate-monotonic and round-robin scheduler algorithms
  • Multiple task creation input modes
  • Object-oriented code, including inheritance
  • Usage of doubly linked lists, vectors, queues, pointers, and dereferencing
  • ASCII output interface for usability and debugging

Screenshots

[Rate Monotonic Screenshot][(https://i.imgur.com/DG3EXOJ.png)] [Round Robin Screenshot][https://i.imgur.com/ddUior6.png] [Cell Color Key][https://i.imgur.com/WCbR3en.png]

Authors