Play my pipes game: https://hexapipes.vercel.app/play
Showing millions of cheats is tricky so this one turned out a little weird =). In part 2 it repaints the points by their total possible cheat gains. Pretty neat structure shows up.
#py5 animation code: github.com/gereleth/aoc...
Showing millions of cheats is tricky so this one turned out a little weird =). In part 2 it repaints the points by their total possible cheat gains. Pretty neat structure shows up.
#py5 animation code: github.com/gereleth/aoc...
The robots almost broke my brain this morning, this was super hard for some reason.
But at least the solution works pretty much instantly.
#python solution code: github.com/gereleth/aoc...
#py5 animation code github.com/gereleth/aoc...
The robots almost broke my brain this morning, this was super hard for some reason.
But at least the solution works pretty much instantly.
#python solution code: github.com/gereleth/aoc...
#py5 animation code github.com/gereleth/aoc...
Some dynamic programming if not dynamic visuals.
No idea how to show full input, there's 400 sequences there =).
Some dynamic programming if not dynamic visuals.
No idea how to show full input, there's 400 sequences there =).
I did a binary search in part 2 in my actual solution but watching how the path rebuilds after every new obstacle is pretty fun too.
I did a binary search in part 2 in my actual solution but watching how the path rebuilds after every new obstacle is pretty fun too.
Looks full of holes but it is a thorough search.
#python solution: github.com/gereleth/aoc... (same priority queue powered search I throw at every optimization problem)
#py5 animation code: github.com/gereleth/aoc...
Looks full of holes but it is a thorough search.
#python solution: github.com/gereleth/aoc... (same priority queue powered search I throw at every optimization problem)
#py5 animation code: github.com/gereleth/aoc...
Checking density anomalies for fun and profit.
I love how the vertical density chart itself sometimes looks like half a christmas tree.
Checking density anomalies for fun and profit.
I love how the vertical density chart itself sometimes looks like half a christmas tree.
But something finally works even for the crazier shapes like this one.
#AdventOfCode
But something finally works even for the crazier shapes like this one.
#AdventOfCode