Given an array of integers arr[] and a positive integer K, the task is to find the count of the longest possible subarrays with sum… Read More »
Given a non-empty string S, the task is to print the longest subsequence from the string S which contains alternating vowels and consonants. Note: If… Read More »
Given the length of all three sides of a triangle as a, b and c. The task is to calculate the length of the median… Read More »
Given an unsorted array arr[] having N elements, the task is to find out the median of the array in linear time complexity. Examples: Input:… Read More »
Given an undirected graph with N vertices and E edges and two vertices (U, V) from the graph, the task is to detect if a… Read More »
Given an array arr[], the task is to replace every element of the array with the sum of elements on its right side. Examples: Input:… Read More »
Objects are the most important data-type and are building blocks for modern JavaScript. They are different from primitive data-types such as String, Number, Boolean, null,… Read More »
What’s the first thing for any website to create a good impression on a user? … Yes…it’s the user interface for any website. Every developer… Read More »
Page Title tells the user and search engine about the type and the nature of the information available on your page. It also refers to… Read More »
Given an array arr[] of size N. the task is to check whether there exists any subarray of size atleast 2 such that its sum… Read More »
Given an array arr[] of N distinct integers, the task is to replace every element by smallest among all other remaining elements of the array.… Read More »
Given two integer N and K, the task is to find an array of size K containing only even or odd elements where the sum… Read More »
OpenCV-Python is a library of Python bindings designed to solve computer vision problems. cv2.rotate() method is used to rotate a 2D array in multiples of… Read More »
Flutter GridView is a widget that is similar to a 2-D Array in any programming language. As the name suggests, a GridView Widget is used… Read More »
Prerequisites: Download and Install Microsoft SQL Server Management Studio Download and Setting Up Visual Studio Community Version MVC stands for Model View Controller. It is… Read More »
Gone are the days when having merely 2-3 career skills (or even a single one!) in your resume can land up you the desired job.… Read More »
Prerequisite: C++ STL, Iterators in C++ STL The iterator is not the only way to iterate through any STL container. There exists a better and… Read More »
Round 1: Round 1 for “Micro Focus” on-campus placement process was Online Aptitude Test. The Aptitude Test was conducted on HackerEarth platform. There were 50… Read More »
Scroll Indicator is a progress bar that represents how much a page has been scrolled. When we scroll down the bar fills up and when… Read More »
Give an integer N and the task is to print hollow half diamond pattern. Examples: Input : 6 Output : # # # # #… Read More »

