Hey guys, I am returning to you with a problem. Given n numbers a1 a2.. an, find the substring (some consecutive nummbers) with the maximum xor string.
I know that we must use a trie, but I don't really know how. Can anybody explain me please?
Maximum xor sum
Hey guys, I am returning to you with a problem. Given n numbers a1 a2.. an, find the substring (some consecutive nummbers) with the maximum xor string.
I know that we must use a trie, but I don't really know how. Can anybody explain me please?