摘要:
Problem:Given an arraySofnintegers, are there elementsa,b,cinSsuch thata+b+c= 0? Find all unique triplets in the array which gives the sum of zero.Note:Elements in a triplet (a,b,c) must be in non-descending order. (ie,a?b?c)The solution set must not contain duplicate triplets. For example, given... 阅读全文
posted @ 2013-05-25 10:03
freeneng
阅读(153)
评论(0)
推荐(0)