Given an integer array nums, return the maximum result of nums[i] XOR nums[j], where 0 <= i <= j < n.
Starting with 6 numbers. Will check bit by bit from MSB.
00000000
(00000000)