Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 244 Bytes

File metadata and controls

13 lines (9 loc) · 244 Bytes

Add Without Plus

Write a function that adds two numbers. You should not use + or any arithmetic operators.

Solutions:

Swift

O(1)

C++

O(1)

Installation

Run make to build and run Swift files. Or you can run .playground file.