m_f@midwest.socialM to Fun Loops ▶️@midwest.socialEnglish · 1 day ago[R] Stupidest ways people have solved coding interviewsloops.videoexternal-linkmessage-square33fedilinkarrow-up177arrow-down15
arrow-up172arrow-down1external-link[R] Stupidest ways people have solved coding interviewsloops.videom_f@midwest.socialM to Fun Loops ▶️@midwest.socialEnglish · 1 day agomessage-square33fedilink
minus-squareUID_Zero@infosec.publinkfedilinkEnglisharrow-up2·24 hours agoBitwise and with 0x1. If result is 0, it’s even. Least significant bit is always 1 for odd numbers.
Bitwise and with 0x1. If result is 0, it’s even. Least significant bit is always 1 for odd numbers.