@[email protected]M to Fun Loops ▶️@midwest.socialEnglish • 13 days ago[R] Stupidest ways people have solved coding interviewsloops.videoexternal-linkmessage-square36fedilinkarrow-up179arrow-down15
arrow-up174arrow-down1external-link[R] Stupidest ways people have solved coding interviewsloops.video@[email protected]M to Fun Loops ▶️@midwest.socialEnglish • 13 days agomessage-square36fedilink
minus-squareKraidenlinkfedilink2•13 days agoyou might be able to do it with a bitwise op? My track record tonight is not great so I’m not going to comment. Have a look at @ImplyingImplactions comment for a loopless solution
minus-square@[email protected]linkfedilinkEnglish2•13 days agoBitwise and with 0x1. If result is 0, it’s even. Least significant bit is always 1 for odd numbers.
you might be able to do it with a bitwise op? My track record tonight is not great so I’m not going to comment. Have a look at @ImplyingImplactions comment for a loopless solution
Bitwise and with 0x1. If result is 0, it’s even. Least significant bit is always 1 for odd numbers.