1 test case not passing
Maximum XOR subarray
Hey @nileshgupta757,
Your code is failing for the test case like:
4
1 2 8 12
Expected Output:
12
Your Output:
14
Hope, this would help.
1 test case not passing
Hey @nileshgupta757,
Your code is failing for the test case like:
4
1 2 8 12
Expected Output:
12
Your Output:
14
Hope, this would help.