All Medium Articles
Given an array arr[][] consisting of N triplets ( start, end, rainfall in cms), defining rain will fall from the start location to the end… Read More
Given an array arr[]. The task is to minimize the number of swaps required such that for each i in arr[], arr[i]%3 = i%3. If… Read More
Round 1(Online Coding Round): Five components (2.5 hours): Coding: 2 LC Medium level story-based problems. One on Binomial Coefficients (use DP to avoid TLE) and… Read More
In this article, we will be building a simple paint application that lets you draw just like in MS-Paint. Through this article, we will learn… Read More
SQL provides many built-in functions to perform tasks. There are 4 types of functions Date functions, Char functions, Numeric functions, and Aggregate functions.  Here we… Read More
In this article, we will see how to Select a Range of Letters in SQL using the LIKE clause. The LIKE clause is used for… Read More
In our childhood, we all have played many android games like Moto Racing and Temple run in which by tilting the phone the position of… Read More
Paytm came to our campus at the beginning of August (2021) virtually. There were total 4 Rounds, Coding Round followed by 2 Technical and 1… Read More
Gold is frequently found in its free elemental form, as nuggets or grains, in rocks, veins, and alluvial deposits. It can be found in a… Read More
Given N number of cars and an integer D i.e distance of the destination. All the cars start from the same starting point moving towards… Read More
Given two positive integers N and K. The task is to find the Kth number that can be written as the sum of different non-negative… Read More
Operators in Java are used to performing operations on variables and values.   Examples of operators: +, -, *,  /,  >>, <<. Types of operators:… Read More
Given an array arr[] of size N, the task is to find the value of an integer K such that its repeated subtraction from array… Read More
Given integers N and K, the task is to check if a number can be represented as the sum of numbers that have at least… Read More
Given an array arr[] of size N, the task is to find the minimum number of operations required to make all array elements zero. In… Read More
In this article, we are going to see Recency, Frequency, Monetary value analysis using Python. But first, let us understand the RFM analysis briefly. What… Read More
In this article, we will discuss how to download Instagram reel using Python. Instagram is a social networking platform owned by Facebook. In Python, there… Read More
Education: Btech 3rd year ECE student of Tier-2 Online Test via Hackerrank: The online test was proctored and we were not allowed to switch between… Read More
Given a positive integer N. In one operation subtract N with its highest divisor other than N and 1. The task is to find minimum… Read More
Given an array arr[] consisting of integers. The task is to find minimum deletions required to remove the initial minimum and maximum element from arr[].NOTE:… Read More