Solutions in Python for the 2020 edition of the Advent of Code annual programming challenge.
Annual editions in Python: 2020, 2019.
After saving Christmas five years in a row, you've decided to take a vacation at a nice resort on a tropical island. Surely, Christmas will go on without you.
Tag | Description |
---|---|
👌 | Completed without issues |
🤔 | Substantial thinking required |
🐢 | Long answer computation time |
🤯 | Implementation had to be completely rewritten several times |
🏳 | Stuck, had to read the relevant mega-thread for guidance |
Stuck on part two, had to refer to the subreddit megathread.
I decided that relying on a forward walking with a back-track was the best way forward.
Stuck: had to hard-code top of rule dependency graph
Stuck: had to use recursion for reconstructing the image
Stuck: had to use a list for storing clockwise object