removeif / blog_comment

personal blog comment.
https://removeif.github.io/
1 stars 2 forks source link

算法成长之路leetcode15-16 - 辣椒の酱 #157

Open removeif opened 4 years ago

removeif commented 4 years ago

https://removeif.github.io/algorithm/%E7%AE%97%E6%B3%95%E6%88%90%E9%95%BF%E4%B9%8B%E8%B7%AFleetcode15-16.html

  1. 3SumGiven an array nums of n integers, are there elements a, b, c in nums such that a + b + c = 0? Find all unique triplets in the array which gives the sum of zero.