Commits
- Commit:
d7b2a01d551e821e13e7d0e2dfd2e37f6c8adf63- From:
- Lukas Henkel <lh@entf.net>
- Date:
Optimize and cleanup day 14
- Don't move robots, instead calculate new robot position
- Calculate safety factor inline
- Early return for overlap detection
- Commit:
aea08906c977042acf39efeca6007b925df85f0c- From:
- Lukas Henkel <lh@entf.net>
- Date:
Day 14
This works by detecting states where no robots overlap.
This seems to work fine for my input, but it is a bit hacky.
