Community Problem
Maximum XOR of Two Numbers in an Array
Difficulty: Medium
Find the maximum bitwise XOR of any two elements in an integer array using a bit-trie that's queried greedily from the most significant bit down.
Community Problem
Difficulty: Medium
Find the maximum bitwise XOR of any two elements in an integer array using a bit-trie that's queried greedily from the most significant bit down.