Skip to content

This program runs and tests the effectiveness of the Scheduling Algorithms EDF, LLF, and Algorithm-A

Notifications You must be signed in to change notification settings

Stephen-Thomson/Scheduling_Algorithms

Repository files navigation

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

About

This program runs and tests the effectiveness of the Scheduling Algorithms EDF, LLF, and Algorithm-A

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages