The Blind 75 Leetcode Series: Sum of Two Integers

Jonathan Chao
3 min readOct 26, 2023
Photo by Chris Ried on Unsplash

Today, we are working on 371. Sum of Two Integers

Given two integers a and b, return the sum of the two integers without using the operators + and -.

This is a simple question, but the constraint is what is annoying. We have 2 integers which we want to find the sum of, but we are not allowed to use plus or minus.

--

--

Jonathan Chao

I am a software developer who has been in this industry for close to a decade. I share my experience to people who are or want to get into the industry