Complete Guide to Install C++17 in Windows
In the Competitive Programming field C++ is one of the most used language, because of it’s huge STL(standard template library) functions, and day by day… Read More »
In the Competitive Programming field C++ is one of the most used language, because of it’s huge STL(standard template library) functions, and day by day… Read More »
Most of us struggle with using heavy software to run C++ and python code and things become more complicated when we have too many files… Read More »
Do have a dream to win a Gold Medal in the Olympics of Programming(ACM ICPC)? Do want to ace your career with Google Kickstart or… Read More »
Given two integers N and T denoting the number of levels and the number of seconds respectively, the task is to find the number of… Read More »
Needless to say, Competitive Programming is one of the most crucial and popular aspects of a programmer’s journey. Though, all the programmers are strongly recommended… Read More »
Given a positive integer N, the task is to find the minimum N-digit number such that performing the following operations on it in the following… Read More »
Given an array arr[] of size N, the task is to find the number of subarrays having the sum of its elements equal to the… Read More »
Given an array arr[] consisting of N integers and queries Q[][] of the form {L, R} where 0 ≤ L < R ≤ N –… Read More »
Given an array A[], for each element in the array, the task is to find the sum of all the previous elements which are strictly… Read More »
Given two numbers L and R, the task is to find two distinct minimum positive integers X and Y such that whose LCM lies in… Read More »
Given an array arr[] of N positive integers and an integer K., The task is to create a set of prime numbers such that the… Read More »
Given an array A[] of N integers, the task is to find the relative rank for each element in the given array. The relative rank… Read More »
Given a number N, the task is to find two numbers a and b such that a + b = N and LCM(a, b) is… Read More »
Given a number N and for any number K for a series formed as K, K + 1, K + 2, K + 3, K… Read More »
Given a string S with lowercase alphabets only and Q queries where each query contains a pair {L, R}. For each query {L, R}, there… Read More »