You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I had both solutions working, I read the thread and the top
comment - https://www.reddit.com/r/adventofcode/comments/ec8090/2019_day_18_solutions/fhiwgh4/
mentioned that they pruned similarly to me, *but also* didn't use the
steps as a key, but rather compared steps and pruned longer paths, which
is really smart. Now everything runs very quickly.
0 commit comments