WebClub-NITK / Hacktoberfest-2k20

Repository for Hacktoberfest 2020 Meetup at NITK Surathkal
14 stars 53 forks source link

Maximum XOR subarray using Trie #85

Closed DeltaCube23 closed 4 years ago

DeltaCube23 commented 4 years ago

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

  1. Please claim the issue first by commenting here before starting to work on it.
  2. Once you are done with the task and have created a Pull Request, please tag @DeltaCube23 to request a review.
KangHyeoni commented 4 years ago

Hi @DeltaCube23 , can I work on this?

DeltaCube23 commented 4 years ago

@KangHyeoni yeah do go ahead

KangHyeoni commented 4 years ago

@DeltaCube23 Could you review my PR?

DeltaCube23 commented 4 years ago

@krithikvaidya please merge it