WinterChenS / WinterChenS.github.io

my blog
https://winterchen-blog.vercel.app
7 stars 0 forks source link

每日一道算法题-三个数的和 - Luis Blog #47

Open WinterChenS opened 4 years ago

WinterChenS commented 4 years ago

https://winterchen.com/2019/10/09/2019-10-09-arithmetic-15-3-sum/

java开发工程师,喜欢代码,喜欢技术,题目描述给定一个包含 n 个整数的数组 nums,判断 nums 中是否存在三个元素 a,b,c ,使得 a + b + c = 0 ?找出所有满足条件且不重复的三元组。 注意:答案中不可以包含重复,