Advent of Code Day 20 -- Grove Positioning System

As someone remarked today on Reddit, the entire plan hinged upon you remembering a ten digit prime number you randomly overheard twenty days ago.

December 20, 2022 · 2 min · 372 words · Tipa

Advent of Code Day 19 -- Not Enough Minerals

Okay, this one took a long time. I knew what to do, but what to do was super slow.

December 20, 2022 · 4 min · 801 words · Tipa

Advent of Code Day 18 -- Boiling Boulders

We’re about to start on Christmas Week, that week when Advent of Code’s most iconic puzzles are released. But today, we’re dealing with the aftermath of an exploding volcano.

December 18, 2022 · 3 min · 542 words · Tipa

Advent of Code Day 17 -- Pyroclastic Flow

They say “Pyroclastic Flow”, but it’s really Tetris. Rock Tetris. With 100,000,000 pieces. Massive.

December 17, 2022 · 4 min · 845 words · Tipa

Advent of Code Day 16 -- Proboscidea Volcanium

Trying to save elephants trapped in an erupting volcano? Sure. My solution worked for my input but not that of other people’s, so let’s try something a little different.

December 16, 2022 · 4 min · 656 words · Tipa

Advent of Code Day 12 -- Hill Climbing Algorithm

The title says it all. It’s a “shortest path” puzzle, you’re meant to use Dijkstra’s algorithm, and the puzzle has no curve balls to toss at you.

December 15, 2022 · 3 min · 489 words · Tipa

Advent of Code Day 15 -- Beacon Exclusion Zone

This is the kind of puzzle I hate. Puzzles where even the best approach seems to take forever and it’s hard to wrap my head around the solution.

December 15, 2022 · 3 min · 546 words · Tipa

Advent of Code Day 14 -- Regolith Reservoir

I thought, for my vacation, I’d have time to really dive deep into these puzzles. Instead, I’ve been buried deep in sand – much like the hapless victim in today’s puzzle.

December 14, 2022 · 4 min · 657 words · Tipa

Advent of Code Day 11 -- Monkey in the Middle

I thought this was just a puzzle to see if I knew about modulo arithmetic… but then it turned into a puzzle about VERY LARGE NUMBERS! Also, why do I bother with Java?

December 11, 2022 · 7 min · 1441 words · Tipa

Advent of Code Day 10 -- Cathode-Ray Tube

Turns out the elves just really loved the Atari 2600 so much, they built their little handheld computers around them. And now it’s up to us to fix one.

December 10, 2022 · 4 min · 758 words · Tipa