All Hard Articles
Separation of Mixtures or method of separation is the process of separating or extracting different components of a mixture using some physical methods. The type… Read More
Sorting is the process of arranging a set of data in a specific order, which may be numerical (ascending, descending) or lexicographical (alphabetical) order. Why… Read More
Given an array arr[] consisting of N strings and Q queries in form of two strings prefix and suffix, the task for each query is… Read More
Adobe Photoshop is a raster-based image editing software. It is developed by Adobe.Inc and available for both macOS and Windows operating systems. You can use… Read More
So imagine that we’re starting a new restaurant or being appointed as one of the employees in a restaurant company, and we find out that… Read More
Given an array arr[][] consisting of N pairs such that each pair {L, R} represents that ith house can be painted in L number of… Read More
Given an array A[] consisting of N integers and Q queries, say Query[][] of the form {L, R, a, d} such that each query represents… Read More
Given an array arr[] consisting of N positive integers, the task is to find all the possible distinct Greatest Common Divisors(GCDs) among all the non-empty… Read More
Given an array arr[] of size N,  the task is to count the number of non-empty subsets whose product is equal to P1×P2×P3×……..×Pk  where P1,… Read More
Given an array arr[] consisting of N integers, the task is to find the longest subsequence such that the prefix sum at each position of… Read More
Given a sorted array arr[] consisting of N positive integers such that arr[i] represent the days in which a worker will work and an array… Read More
Given an array Intervals[] consisting of N pairs of integers where each pair is denoting the value range [L, R]. Also, given an integer array… Read More
Whenever you make a project in Android studios you give a project name, your app’s name is derived from that. Consider after working on your… Read More
Given two integers X, K, and two arrays arr[] and R[] both consisting of N positive integers where R[i] denotes the amount by which arr[i]… Read More
Given an array arr[] consisting of N positive integers, the task is to find the number of pairs (i, j) such that i < j… Read More
I applied on LinkedIn for Swiggy SDE-II (R&G). Got the first round link – Hackerrank after 9-10 days. Round 1(Online Coding): HackerRank 3 Questions were… Read More
I applied through LinkedIn for Application Developer-Consultant. Got a call from HR  almost after 2-3weeks, the HR took the details like expected CTC and relevant… Read More
Hi All,   I would like to contribute my interview experience with Zoho in June 2021 for Software Developer role here.   First of all,… Read More
Given an array of strings, arr[] of size N and a string S, the task is to find if it is possible to map integers… Read More