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 @taigrr@ndl.taigrr.com again, I dunno how you both beat me π€£ But well done! π Did I write too much code again? π
@movq@www.uninformativ.de Nice! π But you still beat me π
@movq@www.uninformativ.de Hah looks like your logic is quite similar to mine actually and we wrote similar amounts of lines of code π€
@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 π