lbest[i] = max( (i == 0)? 0 : lbest[i-1] , tl.findMaxXorPair(left_value));
Can u please tell me why are we doing this
lbest[i] = will tell u max xor subarray when array [0âŠi] is considered
so we need to find the max bw lbest[i-1] and maxxorpair for leftvalue