Given an array of integers, every element appears thrice except for one which occurs once.
Answers
Answered by
0
Step-by-step explanation:
Given an array where every element occurs three times, except one element which occurs only once. Find the element that occurs once. Expected time complexity is O(n) and O(1) extra space. In the given array all element appear three times except 2 which appears once.
Similar questions
Computer Science,
5 months ago
Social Sciences,
5 months ago
Math,
11 months ago
Math,
11 months ago
English,
1 year ago
Science,
1 year ago
English,
1 year ago