did not understand explanation for effecient implementation of solution
Xor profit problem
hi @vaishnavi20001611
essentially, we just have to create a mask like 0…0000111…1, i think this is the part most students are stuck at.
the position at which 1 starts depends on the 2 numbers given as input.
The reasoning for this has been explained in the video.
let me know if you need any help with the implementation