andioop@programming.dev to Programming Horror@programming.devEnglish · 2 years agoGod I wish there was an easier way to do thisprogramming.devimagemessage-square39linkfedilinkarrow-up128arrow-down14
arrow-up124arrow-down1imageGod I wish there was an easier way to do thisprogramming.devandioop@programming.dev to Programming Horror@programming.devEnglish · 2 years agomessage-square39linkfedilink
minus-squareodium@programming.devlinkfedilinkarrow-up1·2 years agoHave you tried seeing if the recursive approach runs faster?
minus-squarenoddy@beehaw.orglinkfedilinkarrow-up4·2 years agoI know an even better way. We can make it run in O(1) by using a lookup table. We only need to store 2^64 booleans in an array first.
Have you tried seeing if the recursive approach runs faster?
I know an even better way. We can make it run in O(1) by using a lookup table. We only need to store 2^64 booleans in an array first.