Interesting XOR property — Finding unique number in an array
The article explains an interesting property of XOR operation which can be used to find the unique number in an array. Interactive examples about XOR operation are also provided.
Recently, while learning about the XOR operation, I came across an interesting property of XOR operation. The property is as follows: XOR…
Read more