adityaarakeri / Interview-solved

🌴 Solutions to few of the interview coding challenges in Python 🐍
MIT License
40 stars 62 forks source link

Interview question from a corporate hitech company #84

Closed sharpblade4 closed 3 years ago

sharpblade4 commented 3 years ago

The riddle is: given an array of integers where each number appears an even amount of times except a single number that appears an odd amount of times - find this number with constant space limitation.