Practice Lab

Solved Problems

ProblemPatternLanguageDifficultyStatusNotes
3SumSort + two pointersJavaMediumSolved after TLE analysisBrute force O(n^3) timed out; optimized to O(n^2). See 3sum.md.