Day 19 almost

Part 1 works, part 2 is giving me trouble. I need to find a better way to validate whether 100x100 can fit, and then something faster to figure out the minimum position. In other words, the entire problem.
This commit is contained in:
2022-06-20 08:58:58 -05:00
parent 23bf2e9d84
commit cbaab27054
3 changed files with 182 additions and 0 deletions

View File

@ -52,6 +52,7 @@ var dayMap = []day{
&days.Day16{},
&days.Day17{},
&days.Day18{},
&days.Day19{},
}
func main() {