Skip to content

SKYWy/technical_test_two_sum

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Technical Test - Two Sum

Problem

You have an array A[] of n numbers and a number x.

Determines whether or not there exist two elements in A[] whose sum is exactly x.

Your answer

The idea is to complete the code in main.py and send us your solution via mail (easy way) or create a custom branch and make a pull request (would be awesome).

You can run main.py to check whether you code is correct.

About

my implementation of check for sum

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%