In this episode of Python Programming Practice: LeetCode #16 -- 3Sum Closest

Link to the problem here:
https://leetcode.com/problems/3sum-closest/

This video builds upon the solution to 3 Sum covered in this video:
https://www.youtube.com/watch?v=hNRS81I1OZ8&ab_channel=DataDaft

If you don't know Python, you can learn the basics of Python for data analysis by following along with this YouTube guide I created: https://www.youtube.com/playlist?list=PLiC1doDIe9rCYWmH9wIEYEXXaJ4KAi3jc

Python Programming Practice is a series focused on teaching practical coding skills by solving exercises on popular coding websites. Note that the solutions seen here may not be the most efficient possible.

I am not going to provide the full code in the video description for this series, since copy and pasting solutions is not in the spirit of doing coding exercises. It is intended that the video will help you think about problems, approaches and how to structure solutions so that you are able to code up a working solution yourself.