We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b62ad7 commit 9b6d82aCopy full SHA for 9b6d82a
Codechef Problems/MaximumArrayXOR.java
@@ -5,7 +5,7 @@
5
* Problem code: MAXARXOR
6
* Problem link: https://www.codechef.com/START7C/problems/MAXARXOR
7
*
8
- * Approach:
+ * Solution:
9
10
* Value of an array A is defined as the sum of (A(i)⊕i) for all 0≤i<L, where ⊕ denotes bitwise xor operation.
11
* You are given an integer N and an array A consisting of 2^N integers where A(i)=i for all 0≤i<2^N.
0 commit comments