DakshGondaliya / SerpentineDataStructures

Implementation of really tough Data Structures
3 stars 18 forks source link

Added maximum XOR subarray code. #31

Open gupta2140 opened 6 years ago

gupta2140 commented 6 years ago

Added maximum XOR subarray code in C++.

Time complexity: O(n * Max_bit_size).

gupta2140 commented 6 years ago

@DakshGondaliya Issue #27