hal9001 to Advent of CodeEnglish · 2 years agoDay 3 Solutionsadventofcode.comexternal-linkmessage-square4linkfedilinkarrow-up16arrow-down10
arrow-up16arrow-down1external-linkDay 3 Solutionsadventofcode.comhal9001 to Advent of CodeEnglish · 2 years agomessage-square4linkfedilink
minus-squaredrudoolinkfedilinkarrow-up2·2 years 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-squareHogren@mastodon.sociallinkfedilinkarrow-up1·2 years 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