Junior — Senior
Finding the single element that occurs once
livecode
Task condition
Given an array of integers where each value appears exactly twice, except for one special element that appears only once. The task is to identify this unique element using an algorithm with linear time complexity.