SarthakKeshari / CPP-Questions-and-Solutions

This repository aims to solve and create new problems from different spheres of coding. A path to help students to get access to solutions and discuss their doubts.
MIT License
47 stars 132 forks source link

3 Sum Closest #540

Open rahulgoyal8312 opened 2 years ago

rahulgoyal8312 commented 2 years ago

Enter your question -

Given Target element, find sum of three numbers from an array which is closest to the target element.

Enter link to the question(if question belongs to any online platform) -

https://leetcode.com/problems/3sum-closest/

Tags for the question(eg - Array, Basic, Stack, etc.) -

Arrays, Two Pointers, Sorting

rahulgoyal8312 commented 2 years ago

Kindly assign this issue to me. @SarthakKeshari

SarthakKeshari commented 2 years ago

@rahulgoyal8312. Kindly add your solution to "Leetcode" folder. Deadline - 01/11/2021