8
votes
Day 25: Combo Breaker
Today's problem description: https://adventofcode.com/2020/day/25
Join the Tildes private leaderboard! You can do that on this page, by entering join code 730956-de85ce0c
.
Please post your solutions in your own top-level comment. Here's a template you can copy-paste into your comment to format it nicely, with the code collapsed by default inside an expandable section with syntax highlighting (you can replace python
with any of the "short names" listed in this page of supported languages):
<details>
<summary>Part 1</summary>
```python
Your code here.
```
</details>
Python
Repo Link
Part 1
Pretty straightforward today (just brute-force). Merry Christmas everyone!
Bit of an anticlimax today code-wise, but sometimes it's satisfying to leverage the tools at hand.
Part 1
Wolfram|Alpha
Commentary
I'll probably go back and actually code this one up, just for completeness's sake. Shoutouts to my partner who recognized it right away as Diffie-Hellman.
I'm a bit proud I got it down to ~2.1s execution time. :D
Part 1
Rust
This has been my favorite year of AoC so far. None of the problems felt overly tedious like they occasionally have in previous years (looking at you day 15, 2018). It's been fun.
Rust