Coding Challenge - MachEight

The algorithms is based on Two pointers tecnic and runs in $nlog(n)$ time.

Run Locally

  git clone https://link-to-project

Go to the project directory

  cd Coding-Challenge---MachEight

Run the unit tests

  python test_pair_sums.py

Run the terminal version

  python main.py

Write a list of numbers to search separated by coma and the targert sperated by space

  > app 1,9,5,0,20,-4,12,16,7 12