InterviewDigestInterviewDigest

OA Practice Workspace

Technical2026-08-13

Leetcode medium-level question

AI-Expanded — inferred from the question title, not from the original candidate report

Given an array of integers, find all unique triplets in the array that sum up to exactly zero. Ensure that the solution avoids duplicate triplets and returns the result as a list of lists, optimizing for a time complexity better than O(n³).

Context & Summary

Online Assessment with coding questions

💻 Coding practice works best on desktop.
Code editors are too cramped on mobile screens.