Solutions in Python for the 2019 edition of the Advent of Code annual programming challenge.
Annual editions in Python: 2020, 2019.
Santa has become stranded at the edge of the Solar System while delivering presents to other planets! To accurately calculate his position in space, safely align his warp drive, and return to Earth in time to save Christmas, he needs you to bring him measurements from fifty stars.
Day | Puzzle Title | Links | Topics | Part One | Part Two |
---|---|---|---|---|---|
1 | The Tyranny of the Rocket Equation | AoC - Reddit | Single recursion | ⭐ | ⭐ |
2 | 1202 Program Alarm | AoC - Reddit | Virtual machine | ⭐ | ⭐ |
3 | Crossed Wires | AoC - Reddit | Arithmetic geometry | ⭐ | ⭐ |
4 | Secure Container | AoC - Reddit | Logic | ⭐ | ⭐ |
5 | Sunny with a Chance of Asteroids | AoC - Reddit | Virtual machine | ⭐ | ⭐ |
6 | Universal Orbit Map | AoC - Reddit | Graph Traversal | ⭐ | ⭐ |
7 | Amplification Circuit | AoC - Reddit | Virtual machine | ⭐ | ⭐⭐ |
8 | Space Image Format | AoC - Reddit | Bitmap | ⭐ | ⭐ |
9 | Sensor Boost | AoC - Reddit | Virtual machine | ⭐ | ⭐ |
10 | Monitoring Station | AoC - Reddit | Arithmetic geometry | ⭐ | ⭐⭐ |
11 | Space Police | AoC - Reddit | Virtual machine | ⭐ | ⭐ |
12 | The N-Body Problem | AoC - Reddit | Number theory | ⭐ | ⭐⭐ |
13 | Care Package | AoC - Reddit | Virtual machine | ⭐ | ⭐ |
14 | Space Stoichiometry | AoC - Reddit | Graph Traversal | ⭐⭐ | ⭐ |
15 | Oxygen System | AoC - Reddit | Virtual machine | ⏱ | ⏱ |
Tag | Description |
---|---|
⏱ | Not started |
⭐ | Completed without issues |
⭐⭐ | Fairly easy |