DakshGondaliya / SerpentineDataStructures

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

Find the maximum subarray XOR in a given array #27

Open DakshGondaliya opened 6 years ago

gupta2140 commented 6 years ago

Hey, I can improve its time complexity from O(n^2) to O(n * max_bit_size) = O(n) with trie. I want to claim this task.

DakshGondaliya commented 6 years ago

go ahead @gupta2140