Skip to content

Commit 9b6d82a

Browse files
committed
Done the requested changes
1 parent 6b62ad7 commit 9b6d82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Codechef Problems/MaximumArrayXOR.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Problem code: MAXARXOR
66
* Problem link: https://www.codechef.com/START7C/problems/MAXARXOR
77
*
8-
* Approach:
8+
* Solution:
99
*
1010
* Value of an array A is defined as the sum of (A(i)⊕i) for all 0≤i<L, where ⊕ denotes bitwise xor operation.
1111
* 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

Comments
 (0)