Possible Duplicate:
Find integer not occurring twice in an array
Accenture interview question - find the only unpaired element in the array
Given an array of integers of odd size. All the integers in the array appear twice except for a single integer. How to find this uncoupled integer in most efficient (both memory and complexity-wise) way?