-
Notifications
You must be signed in to change notification settings - Fork 131
3 Sum Closest #540
Copy link
Copy link
Open
Labels
Level 220 Points20 PointsOnlineQuestion belongs to online platformsQuestion belongs to online platformshacktoberfestUnder Hacktoberfest 2021Under Hacktoberfest 2021
Description
Metadata
Metadata
Assignees
Labels
Level 220 Points20 PointsOnlineQuestion belongs to online platformsQuestion belongs to online platformshacktoberfestUnder Hacktoberfest 2021Under Hacktoberfest 2021
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