Find the element that appears once – Bit Algorithm – Given an array where every element occurs three times, except one element which occurs only once. Expected time complexity is O(n) and O(1) extra space.
given an array of integers every element appears twice except for one
1 Article
1