Math, asked by bishtrohit4923, 1 year ago

Given an array a of n integers, find three integers in a such that the sum is closest to a given number, target. Return the sum of the three integers. Leetcode

Answers

Answered by Anonymous
3

Hey mate..

Given an array S of n integers, find three integers in S such that the sum is closest to a given number, target. Return the sum of the three integers. You may assume that each input would have exactly one solution. The sum that is closest to the target is 2.

I hope it's helpful..

please mark me as brainliest...

Similar questions