LeetCode MEDIUM 371 Sum of Two Integers Summary
Generated by Codex with GPT-5
Quick facts
- Difficulty:
MEDIUM - Problem: Sum of Two Integers
- Topics:
Math,Bit Manipulation
Problem gist
The task is to return the sum of two signed integers without using the + or - operators. The important constraint is not about math knowledge; it is about understanding how binary addition works under the hood.