8000 GitHub - thecrood/Daily-Coding-Problem-01: Daily Coding Problem Challenge
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

thecrood/Daily-Coding-Problem-01

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Daily-Coding-Problem 01

This problem was asked by Google.

Given a list of numbers and a number k, return whether any two numbers from the list add up to k.

For example, given [10, 15, 3, 7] and k of 17, return true since 10 + 7 is 17.

About

Daily Coding Problem Challenge

Topics

Resources

License

Stars

Watchers

Forks

0