https://github.com/insolor
Founder of the Dwarf Fortress (fan) localization project
https://github.com/dfint
- Day 10: part 1 was simple, part 2 was even simpler (just counting instead of using of a hash set). ~1h 20min for the first part, 8 min for the second part.
- Day 10: part 1 was simple, part 2 was even simpler (just counting instead of using of a hash set). ~1h 20min for the first part, 8 min for the second part.
- Day 9: done first part 1, second part works on the test sample, but fails on the full data. Reimplemented in python with slightly different approach. Gives the same result on full data. Skipped for now.
- Day 9: done first part 1, second part works on the test sample, but fails on the full data. Reimplemented in python with slightly different approach. Gives the same result on full data. Skipped for now.
Yes, you are right, this is reasonable to return ?Position instead of panic, if there's no `^` character.
Yes, you are right, this is reasonable to return ?Position instead of panic, if there's no `^` character.
The second part works a bit slowly on the full data (about a minute), but it's good enough. And I compiled it in the debug mode, compilation in the release mode could make it faster, I think.
github.com/insolor/aoc2...
The second part works a bit slowly on the full data (about a minute), but it's good enough. And I compiled it in the debug mode, compilation in the release mode could make it faster, I think.
github.com/insolor/aoc2...