Take a look at the project spec before you get started!
Requirements:
Python 3.6+
Files:
parse.py
: functions to read/write inputs and outputssolver.py
: where you should be writing your code to solve inputsTask.py
: contains a class that is useful for processing inputs
When writing inputs/outputs:
- Make sure you use the functions
write_input_file
andwrite_output_file
provided - Run the functions
read_input_file
andread_output_file
to validate your files before submitting! - These are the functions run by the autograder to validate submissions