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.
find non repeating element in an array
1 Article
1