Challenge 1: Single Number
In this lesson, every element appears twice except one element. We solve this using naive, and then we move to solve it more optimally using XOR operator.
This lesson will teach you how to find the duplicate element using a hashing algorithm.