Search
⌘K

Leetcode 2588. Count the Number of Beautiful Subarrays

Count the number of contiguous subarrays whose bitwise XOR is 0 (equivalently, every bit appears an even number of times in the subarray). This reduces to counting pairs of equal prefix XORs (use a hash map for an O(n) solution; n ≤ 1e5).


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.