Q1.Maximum In Sliding Windows Of Size K Given an array/list of integers of length ‘N’, there is a sliding window of size ‘K’ which moves from t... read more
Q2.Given a string S consisting of N lowercase letters, return the minimum number of letters that must be deleted to obtain a word in which ever... read more
Q3.Maximum sum of non-adjacent elements You are given an array/list of ‘N’ integers. You are supposed to return the maximum sum of the subseque... read more