Given an array of integers find the maximum XOR subarray value using a Trie.
Details
Technical Specifications: C/C++
Type of issue: Single
Time Limit: 24 hours
Issue requirements / progress
Make sure the code is efficient
Directory Structure
Create a new folder called "85_Maximum_Subarray_XOR" inside algorithms folder and add all the code related to this issue in algorithms/85_Maximum_Subarray_XOR.
Note
Please claim the issue first by commenting here before starting to work on it.
Once you are done with the task and have created a Pull Request, please tag @DeltaCube23 to request a review.
Description
Given an array of integers find the maximum XOR subarray value using a Trie.
Details
Issue requirements / progress
Directory Structure
Create a new folder called "85_Maximum_Subarray_XOR" inside algorithms folder and add all the code related to this issue in algorithms/85_Maximum_Subarray_XOR.
Note