@hal9001 to Advent of CodeEnglish • 1 year agoDay 3 Solutionsadventofcode.commessage-square4arrow-up16arrow-down10
arrow-up16arrow-down1external-linkDay 3 Solutionsadventofcode.com@hal9001 to Advent of CodeEnglish • 1 year agomessage-square4
minus-square@drudoolink2•1 year agoPython This was honestly the “easiest” day so far for me. I’ve worked a lot with 2d array processing in my graduate days (studying image processing and computer graphics) so I had an idea what to do and I didn’t run in to any weird edge cases.
minus-squareHogrenlinkfedilink1•1 year ago@drudoo @hal9001 I agree, the 2nd day’s exercice was the most complex of the 4 I think
Python
This was honestly the “easiest” day so far for me.
I’ve worked a lot with 2d array processing in my graduate days (studying image processing and computer graphics) so I had an idea what to do and I didn’t run in to any weird edge cases.
@drudoo @hal9001 I agree, the 2nd day’s exercice was the most complex of the 4 I think