Q1.Duplicate in array You are given an array ‘ARR’ of size ‘N’ containing each number between 1 and ‘N’ - 1 at least once. There is a single in... read more
Q3.Reverse Linked List Given a singly linked list of integers. Your task is to return the head of the reversed linked list. For example: The gi... read more