Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Number Swapper

Write a function to swap a number in place (that is, without temporary variables).

Solutions:

Swift

O(1)

C++

O(1)

Installation

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