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 ๐Ÿคฃ

@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 ๐Ÿ˜…

โค‹ Read More