AoC 2024 - Day 6 "Guard Gallivant" - ⭐️⭐️
This one made me sweat... In part 2, got a fast solve by only testing obstruction placements along the exact path the guard would actually traverse, instead of testing every position =]
Code: https://github.com/afonsocrg/AoC
#AdventOfCode #rust
This one made me sweat... In part 2, got a fast solve by only testing obstruction placements along the exact path the guard would actually traverse, instead of testing every position =]
Code: https://github.com/afonsocrg/AoC
#AdventOfCode #rust
Comments