[LeetCode] Maximum XOR of Two Numbers in an Array

1 · · Feb. 21, 2022, 9:32 a.m.
421. Maximum XOR of Two Numbers in an Array Given an integer array nums, return the maximum result of nums[i] XOR nums[j], where 0 <= i <= j < n. ...