2020 Day 23 retrospective
Closed this issue · 1 comments
jp7677 commented
There has to be a proper way to solve part 2. The current implementation is just a brute force attempt which needs several hours. It works, but certainly not how it is supposed to be solved.
Currently the test is skipped (https://github.com/jp7677/adventofcode/blob/main/src/day23.cpp#L59).