My solutions for the 34th Catalysts Coding Contest in October 2020, written in Python.
🐐 🐐 🐐
- ✔️ Level 1 - Solution
- ✔️ Level 2 - Solution
- ✔️ Level 3 - Solution
- ✔️ Level 4 - Solution
- ✔️ Level 5 - Solution
- ✔️ Level 6 - Solution
- ❌ Level 7 - unfinished
Package requirements are specified in the requirements.txt file.
pip3 install -r requirements.txt
Quickly archive the last commit
git archive --format zip -o level1.zip HEAD