This program checks the output of a program against the expected output. It can be used to check the solutions of the exercises in the Algorithms and Data Structures course.
- Clone this repository
- Install Python 3.11 if you don't have it already
- Put Your test files in the
testsfolder. Input files should be namedX.inand output files should be namedX.outwhere X is the number of the test. - Enter the path to the file you want to check in the
PROGRAM_PATHvariable inmain.py - Open a terminal in the project folder and run
python main.py
Pull requests are welcome! For major changes, please open an issue first to discuss what you would like to change.