6 comments (6 comments)1 reaction (1 reaction)0 assignees (0 assignees)C++3,724 forks (3,724 forks)batch import
Hacktoberfestadd codenew algorithm
Repository metrics
- Stars
- 13,462 stars (13,462 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
Find unique number in an array where every element occours thrice except one.Find that unique Number
Contributor guide
- Research direction
- Implement a function using bit manipulation: count the occurrence of each bit across all numbers modulo 3. Alternatively, use a mathematical approach. Research bitwise operations and the modulo 3 counting technique.
- Tech stack
- cpp
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- C++Git