↳
In-reply-to
»
Day 3, Part 1 and Day 3, Part 2 of #AdventOfCode #2023 done ๐ฅณ -- My solution isn't very efficient though ๐คฆโโ๏ธ But it'll do ๐คฃ
โค Read More
@movq@www.uninformativ.de Hah ๐
Hmm ๐ค Yeah all I had to do in the 2nd part was store the YX coordinate of the Symbol for the part, then transpose all the parts into a map of SymbolYX -> Part(s)
Note that I call it YX
and not XY
because the usual way of dealing with this in code, is rows first, then columns, ro Y then X ๐