Sum of Two Integers
Medium
Bit Manipulation
NeetCode 150
Given two integers a and b, return the sum of the two integers without using the operators + and -.

Constraints:

  • -2^31 <= a, b <= 2^31 - 1