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
- PR metrics pending (PR metrics pending)
Description
The Famous Lonely Integer Problem
Given an array in which all the no. are present twice except one, find that lonely integer using bit-manipulation.
Contributor guide
- Research direction
- Implement a function that takes an array and returns the lonely integer using XOR bitwise operator.
- Tech stack
- python
- Domain
- backend
- Issue type
- Feature
- Prerequisites
- Python