Q1.Maximum Sum You are given an array “ARR” of N integers. You are required to perform an operation on the array each time until it becomes emp... read more
Q2.Count Ways To Reach The N-th Stairs You have been given a number of stairs. Initially, you are at the 0th stair, and you need to reach the N... 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 hav... read more