This can be used as supplementary lesson material for high school computer science classes learning python. My class is preparing to enter this competition and I am producing these solutions as part of our preparations and classroom activities. Feel free to contribute or collaborate on these.
Details about the competition can be found here: CCC Details
To run the test scripts, you can either:
- Use the Makefile (requires
wget
andmake
to be installed)
make test
- OR, Follow the following steps:
- first ensure the test data files have been extracted for each year to it's relevant directory.
- extract 2019/all_data.zip to the y2019 folder.
extract 2018/all_data.zip to the 2018 folder.extract 2017/all_data.zip to the 2017 folder.
- run the test.py file
python test.py