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_fileandwrite_output_fileprovided - Run the functions
read_input_fileandread_output_fileto validate your files before submitting! - These are the functions run by the autograder to validate submissions