morrowind@lemmy.ml to Advent Of Code@programming.dev · 11 months ago[2023 Day 1] It is not supposed to ramp up this fastlemmy.mlimagemessage-square26fedilinkarrow-up1158arrow-down17
arrow-up1151arrow-down1image[2023 Day 1] It is not supposed to ramp up this fastlemmy.mlmorrowind@lemmy.ml to Advent Of Code@programming.dev · 11 months agomessage-square26fedilink
minus-squareAnarchistArtificer@lemmy.worldlinkfedilinkEnglisharrow-up1·11 months agoI have a friend who says that “whatever works is elegant” and solutions like OP’s is why I simultaneously love and hate that phrase.
minus-squaresus@programming.devlinkfedilinkarrow-up2·edit-211 months agoBehold, elegance: digits = { "one": [1,2], "two": [2,2], "three": [3,4], "four": [4,3], "five": [5,3], "six": [6,2], "seven": [7,4], "eight": [8,4], "nine": [9,3], "1": [1,1], "2": [2,1], "3": [3,1], "4": [4,1], "5": [5,1], "6": [6,1], "7": [7,1], "8": [8,1], "9": [9,1] } and what comes afterwards is even more elegant, for it works!
I have a friend who says that “whatever works is elegant” and solutions like OP’s is why I simultaneously love and hate that phrase.
Behold, elegance:
digits = { "one": [1,2], "two": [2,2], "three": [3,4], "four": [4,3], "five": [5,3], "six": [6,2], "seven": [7,4], "eight": [8,4], "nine": [9,3], "1": [1,1], "2": [2,1], "3": [3,1], "4": [4,1], "5": [5,1], "6": [6,1], "7": [7,1], "8": [8,1], "9": [9,1] }
and what comes afterwards is even more elegant, for it works!