Search
⌘K

Leetcode 3158. Find the XOR of Numbers Which Appear Twice

Given an array where each number appears either once or twice, return the bitwise XOR of all numbers that occur exactly twice (or 0 if none). The task is to identify elements with frequency two and combine them using XOR.


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.