kunaldhongade / Python-hacktoberfest

Python projects
MIT License
9 stars 11 forks source link

Added a leetcode question with solution in python #12

Closed Anirbansaha007 closed 1 year ago

Anirbansaha007 commented 1 year ago

Description: Given an integer array nums of length n and an integer target, find three integers in nums such that the sum is closest to target. Return the sum of the three integers. You may assume that each input would have exactly one solution.