1
vote
What is the best way to add two numbers without using the + operator?
Note, this would be for an adder known as a ripple-carry adder, which works, but does not perform optimally. Most binary adders built into hardware are a form of fast adder such as a carry-look-ah …
