Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

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.