Given an array of an integer and a value, how do I find better than O(n) the element of the array that gives the max result after XOR with the given value?
SupportExpert
Given an array of an integer and a value, how do I find better than O(n) the element of the array that gives the max result after XOR with the given value?
Share