Q1.Triplets with Given Sum You are given an array/list ARR consisting of N integers. Your task is to find all the distinct triplets present in ... read more
Q2.Square Root (Integral) Given a number N, find its square root. You need to find and print only the integral part of square root of N. For eg... read more
Q3.Minimum Cost to Connect All Points You are given an array, ‘COORDINATES’ that represents the integer coordinates of some points on a 2D plan... read more