summaryrefslogtreecommitdiff
path: root/16.c
AgeCommit message (Collapse)Author
2022-12-17Free the valve input regex on exitAdam Spragg
2022-12-17Keep the start point separate from the permutable pathAdam Spragg
2022-12-17Allow debug mode to work with real data.Adam Spragg
Only tried it with test data before, where we don't need the permutation pruning system. If you enable it with live data, it prevents any permutations from being skipped, so it takes forever.
2022-12-17Allow variable time until eruptionAdam Spragg
2022-12-17Solve puzzle 16 part 1Adam Spragg
That was a tough one. Still takes 2.5s on my hardware. Should be able to multithread the permuation search at some point, if I want to.