Bit Operations⚓︎
- 268: Missing Number
- 231: Power of Two
- 191: Number of 1 Bits
- 762: Prime Number of Set Bits in Binary Representation
- 136: Single Number: One number in the array occurs an odd number of times, all other numbers occur an even number of times, return the number that occurs an odd number of times.
- 137: Single Number II: There is a number in the array that occurs less than \(m\) times, and all other numbers occur \(m\) times, return the number that occurs less than \(m\) times.
- 260: Single Number III: There are two different numbers in the array that occur an odd number of times, and all other numbers occur an even number of times; return the two numbers that occur an odd number of times.
- 476: Number Complement
- 371: Sum of Two Integers
- 201: Bitwise AND of Numbers Range
- 2997: Minimum Number of Operations to Make Array XOR Equal to K