Bit Manipulation Series Part 3 || Single Number 2
Code with Alisha Code with Alisha
29.1K subscribers
11,228 views
224

 Published On Aug 30, 2021

Given an array of integers, every element appears thrice except for one which occurs once.

Find that element which does not appear thrice.

Note: Your algorithm should have a linear runtime complexity.

Could you implement it without using extra memory?

show more

Share/Embed