Commit Graph

2 Commits

Author SHA1 Message Date
MasterofJOKers 2ffa87d872 day08: Adapt code for part 2
I could probably optimize that by getting the iterators for all 4
directions and then to the scan on each of them in a loop, but I'm with
with this right now.
2022-12-20 23:48:03 +01:00
MasterofJOKers 30c0c2b42f day08 Add part 1
Took multiple seconds to run, so I wonder if there's a more efficient
way to do this. Maybe would be better to have a Vec<Vec<usize>> instead
of putting all lines after each other.
2022-12-20 23:16:30 +01:00