Find Odd Occurring Element
2 min readMaster XOR bit manipulation: find element appearing odd times using a^a=0, a^0=a properties. O(n) time, O(1) space complexity. Simple yet powerful algorithm for coding interviews with multi-language implementations.