logo

给定整数数组,返回所有和为0的不重复三元组 [a,b,c]。

Given an array of integers, return all unique triplets [a, b, c] where a + b + c = 0.

题目类型: technical

难度: medium

标签: google, real-question, igotanoffer

目标公司: Google

← 返回面试题库

给定整数数组,返回所有和为0的不重复三元组 [a,b,c]。

中等arraysortingalgorithms

想查看完整答案?

登录匠人学院学习中心,获取 STAR 格式回答和详细技术解析

前往学习中心查看答案