+ 1
Write a function in any language . See description for details
Write a functions which takes an array of N numbers. The task is to return True if atleast one set of three numbers of array has the sum zero. Otherwise return False
1 Answer
Write a functions which takes an array of N numbers. The task is to return True if atleast one set of three numbers of array has the sum zero. Otherwise return False