Advent of Code 2018 🎄 Solutions in Python
I am using Python to solve the AoC 2018 puzzles, as this is an excellent opportunity for me to learn and master Python finally.
Therefore, my solutions are most probably unoptimized, sometimes naive, and mostly pure brute-force. If you have any questions, comments or concerns about my code, please do let me know.
Day | Title | Part One | Part Two | Solution |
---|---|---|---|---|
1 | Chronal Calibration | ⭐️ | ⭐️ | Code |
2 | Inventory Management System | ⭐️ | ⭐️ | Code |
3 | No Matter How You Slice It | ⭐️ | ⭐️ | Code |
4 | Repose Record | ⭐️ | ⭐️ | Code |
5 | Alchemical Reduction | ⭐️ | ⭐️ | Code |
6 | Chronal Coordinates | ⭐️ | ⭐️ | Code |
7 | The Sum of Its Parts | ⭐️ | ⭐️ | Code |
8 | Memory Maneuver | ⭐️ | ⭐️ | Code |
9 | Marble Mania | ⭐️ | ⭐️ | Code |
10 | The Stars Align | ⭐️ | ⭐️ | Code |
11 | Chronal Charge | ⭐️ | ⭐️ | Code |
12 | Subterranean Sustainability | ⭐️ | ⭐️ | Code |
13 | Mine Cart Madness | ⭐️ | ⭐️ | Code |
14 | Chocolate Charts | ⭐️ | ⭐️ | Code |
15 | Beverage Bandits | |||
16 | Chronal Classification | ⭐️ | ⭐️ | Code |