Q2.Median of two sorted arrays You are given two sorted arrays 'A' & 'B' of sizes 'N' & 'M'. You need to find the median of the two arrays when... read more
Q3. Detect and Remove Loop Given a singly linked list, you have to detect the loop and remove the loop from the linked list, if present. You ha... read more