All Hard Articles
Given two numbers M, D, and an array arr[] which represents the range [L, R], the task is to count the numbers in the range… Read More
Given a string str that represents a large number, the task is to find the minimum number of segments the given string can be divided… Read More
Given a string str consisting of lowercase English letters, the task is to find the longest palindromic string T which satisfies the following condition:  T… Read More
With increasing technical advancements the world is becoming digital at a high pace and everything is happening online. From paying your bills to ticket bookings… Read More
Given a large number num in the form of string with length as N, the task is to find its digital root.  The digital root… Read More
Given an array arr[] of N integers, the task is to sort the array in increasing order by performing a minimum number of operations. In… Read More
Given a number N, the task is to find the sum of the below series till N terms.  Examples:   Input: N = 8 Output: 201 1 +… Read More
Given a string S, the task is to count the maximum occurrence of subsequences in the given string such that the indices of the characters… Read More
Given an array arr[] of length N, the task is to maximize the sum of all the elements of the array by performing the following… Read More
In this article we will see how we can retrieve the data of movie using its movie ID, movie id is the unique id given… Read More
In this article we will see how we can get the current gold price in India. There is a variation in price of gold with… Read More
1. Printer : A printer is an external hardware output device whose work is to acquire the text and graphics output from the computer and… Read More
An active Database is a database consisting of a set of triggers. These databases are very difficult to be maintained because of the complexity that… Read More
Given a value N, find out the largest palindrome number which is the product of two N-digit numbers.Examples:  Input: N = 2 Output: 9009 Explanation: 9009 is the… Read More
Given an array of jobs with different time requirements, where each job consists of start time, end time and CPU load.  The task is to… Read More
OpenCV is the huge open-source library for computer vision, machine learning, and image processing and now it plays a major role in real-time operation which… Read More
Given three integers X, Y and P, the task is to find the minimum window size K such that every window in the range [X,… Read More
Given an array arr[] of length N, the task is to find the XOR of pairwise sum of every possible unordered pairs of the array.… Read More
Given an N x M matrix of integers and an integer K, the task is to find the size of the maximum square sub-matrix (S… Read More
Given an array A containing N elements. Partition any subset of this array into two disjoint subsets such that both the subsets have an identical… Read More