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.
there is an array with every element repeated twice except one. find that element in java
1 Article
1