Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 324 Bytes

File metadata and controls

13 lines (9 loc) · 324 Bytes

Operations

Write methods to implement the multiply, substract, and divide operations for integers. The results of all of these things are integers. Use only the add operator.

Solutions:

Swift

O(log n)

C++

O(log n)

Installation

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