Q1.Find Intersection of two unsorted arrays. You have been given two integer arrays/list(ARR1 and ARR2) of size N and M, respectively. You need... read more
Q2.Rotting Oranges You have been given a grid containing some oranges. Each cell of this grid has one of the three integers values: Value 0 - r... read more
Q3.Palindrome Linked List You are given a singly Linked List of integers. Your task is to return true if the given singly linked list is a pali... read more