Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 820 Bytes

File metadata and controls

28 lines (23 loc) · 820 Bytes

Scheduling_Algorithms

What is it?

Scheduling Algorithms reads in a file of Task Sets, then tests the effectiveness of the scheduling algorithms: EDF, LLF, and Algorithm-A. The user has the option to print the selected results or write the entire results to a given text file.

Team Developers

  • Abbey Dubois
  • Erik Valadez-Ramos
  • Stephen Carter
  • Stephen Thomson
  • Zane Omelchuck

Features

  • Reads any valid text file of Task Sets
  • Can test Algorithms EDF, LLF, and Algorithm-A
  • Calculates time to run the algorithm once or the average of multiple runs
  • Can write results to a file

Setup and Deploy

Setup

Place files into a folder for use with a C++ compiler or in a folder accessible to a C++ capable IDE.

Run

Compile the program with the main.cpp file, or run the main.cpp file in an IDE