Challenge: Find Two Numbers That Add Up to K
Try to solve the Find Two Numbers That Add Up to K problem.
We'll cover the following...
Statement
Given an array of integers, nums
, and an integer target, k
, find two numbers in the array that sum up to the target k
.
There is exactly one solution for each input, and each ...
Access this course and 1400+ top-rated courses and projects.