AOC Day 19 - Best part of The Core #787
rhdeck
started this conversation in
Advent of Code 2022
Replies: 2 comments
-
I love that a heuristic approach could save me again. Not computationally ideal, but it got the job done. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Just empty-brain BFS here, with a culling to the 1 million top states between minutes to save my heap space. But I learned about generators, I guess? https://github.com/doleraj/adventofcode/blob/main/aoc2022/src/day19/index.ts |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Discussion of solutions for Advent of Code Day 19 here.
Don't forget about the VC Advent of Code private leaderboard:
Go to leaderboard/private
Use join code 363496-e6f42283
Beta Was this translation helpful? Give feedback.
All reactions