Search
⌘K

Leetcode 2980. Check if Bitwise OR Has Trailing Zeros

Check whether there exists a subset of two or more elements whose bitwise OR is even (has at least one trailing zero); this reduces to checking if the array contains at least two even numbers (numbers with LSB 0).


Question Timeline

See when this question was last asked and where, including any notes left by other candidates.

Comments

Your account is free and you can post anonymously if you choose.