- Get link
- X
- Other Apps
- Get link
- X
- Other Apps
Daily Coding Challenge #1
Simplified Code
Question:
Given a list of numbers and a number k, return whether any two numbersfrom the list add up to k. for example: given [10, 15, 3, 7] and k of 17, return true since 10 + 7 is 17.
Reference:
dailycodingproblem
- Get link
- X
- Other Apps
Comments
Post a Comment