No. of arrays with xor sum equal to 0
Difference between en1 and en2, changed 15 character(s)
In a recent hiring challenge, a question was asked to find the no. of arrays of **size N**, whose xor of all the elements is 0 and the array should only contain 0,1,2,3,4,5 as its element. Return ans%(1e9+7). **1<=N<=1e5**↵

[Here](https://i.imgur.com/wHFZzc1.jpg) are the test cases for the first 60 elements.↵

How should I approach this problem?

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English ajayNegi 2020-04-14 17:13:18 15 Tiny change: 'of arrays whose xor' -> 'of arrays of **size N**, whose xor'
en1 English ajayNegi 2020-04-14 17:07:14 372 Initial revision (published)