Welcome to OS Scheduling Algorithms Analyzer! This is a command line tool that computes the output of various Operating System algorithms and writes the results in a CSV file.
- Computes the output of various OS scheduling algorithms, both preemptive and non-preemptive.
- Outputs include completion time, turn around time, waiting time, and response time.
- Writes the results in a CSV file for easy analysis and comparison.
- Clone the repository to your local machine.
- Navigate to the project directory.
- Run the Makefile.
Run the compiled executable from the command line, passing in any necessary arguments. The tool will compute the output of the OS algorithms and write the results in a CSV file in the same directory.