hal9001@lemmy.world to Advent of Code@lemmy.worldEnglish · 1 year agoDay 6 Solutionsadventofcode.comexternal-linkmessage-square4fedilinkarrow-up13arrow-down10
arrow-up13arrow-down1external-linkDay 6 Solutionsadventofcode.comhal9001@lemmy.world to Advent of Code@lemmy.worldEnglish · 1 year agomessage-square4fedilink
minus-squarebobredfox@feddit.delinkfedilinkarrow-up1·11 months agoEnded Up with iterating over all possible solutions and filter all possibilitys which where greater than the record. Not elegant, but sufficient fast for this purpose. For Part 2 I merged the values by hand in the Input data. Solution in Rust
Ended Up with iterating over all possible solutions and filter all possibilitys which where greater than the record. Not elegant, but sufficient fast for this purpose.
For Part 2 I merged the values by hand in the Input data.
Solution in Rust