Back to Browse

LeetCode 15: 3Sum

1.8K views
Jul 16, 2025
36:21

In an array of integers, find all triplets that sum up to 0. Problem Statement: https://leetcode.com/problems/3sum/ Code: https://github.com/levanroinishvili/Beautiful-TypeScript/blob/master/LeetCode/015/015.ts Contents: 00:00 Problem statement 02:05 Brainstorm 07:32 getPairs declared 09:43 threeSum implemented 19:20 getPairs 28:55 Debugging Confusion 33:22 Bug found 34:58 Verdict

Download

1 formats

Video Formats

360pmp445.7 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

LeetCode 15: 3Sum | NatokHD