Q1.Minimum Time in Wormhole Network You will be given a starting point (sx, sy) and a destination point (dx, dy) in the two-dimensional coordin... read more
Q2.Remove Consecutive Duplicates For a given string(str), remove all the consecutive duplicate characters. Example: Input String: "aaaa" Expect... read more
Q3.Find The Repeating And Missing Number You are given an array 'nums' consisting of first N positive integers. But from the N integers, one of... read more