Skip to content

Latest commit

 

History

History

30-10-2022 Microsoft

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Asked by Microsoft

Question

Given an array of numbers and a number k, determine if there are three entries in the array which add up to the specified number k. For example, given [20, 303, 3, 4, 25] and k = 49, return true as 20 + 4 + 25 = 49.