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.
- Abbey Dubois
- Erik Valadez-Ramos
- Stephen Carter
- Stephen Thomson
- Zane Omelchuck
- 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
Place files into a folder for use with a C++ compiler or in a folder accessible to a C++ capable IDE.
Compile the program with the main.cpp file, or run the main.cpp file in an IDE