All Medium Articles
Node.js console module is a global object that provides a simple debugging console similar to JavaScript to display different levels of the message. It is… Read More
Given an array arr[] of size N, the task is to count the number of array elements whose sum of digits is equal to K.… Read More
Given string str of length N, consisting of pairs of balanced parentheses, the task is to calculate the score of the given string based on… Read More
Given an array arr[] consisting of N positive integers, the task is to find the minimum cost required to either cross the array or reach… Read More
Given a positive integer L, the task is to find all the Ramanujan Numbers that can be generated by any set of quadruples (a, b,… Read More
Given a number N, the task is to count the minimum number of digits to be removed from N to make it divisible by 4.… Read More
Separable differential equations are the differential equation in which we can easily separate the variables of the differential equation and then the solution of the… Read More
In Daily Life, You might have seen a vehicle slowing down, or you also have stopped your cycle by applying break whenever needed. Did you… Read More
A thread is basically a stream of instruction executed sequentially. It is used to implement multitasking in a program. A program can have multiple threads.… Read More
ConcurrentHashMap class obeys the same functional specification as HashTable and includes all the versions of methods corresponding to each method of a HashTable. A HashTable… Read More
Algebraic Identities are defined for the algebraic expressions.  Algebraic expressions contain variables(a, b, c, x, y, z, etc), numbers(0, 1, 2, 3, 4 …etc) and… Read More
Question 1. In the matrix A = , write:(i)The order of the matrix  Solution: We can see that matrix contains 3 rows and 4 columns So,… Read More
Amazon conducted a recruitment drive for a group of Colleges. The process consisted of 3 rounds: One Online Test followed by 2 Technical Interview Rounds.… Read More
In order to solve the “npm ERR! code ELIFECYCLE ” error which is a very common type of error that occurs during npm operation on… Read More
While displaying some count count-up animation enhances the appearance with an increasing count value on the web page. To display count up the animation of… Read More
In the ongoing placement season, many companies visited our college to offer summer internships and full-time placements. Wells Fargo visited in the month of September,… Read More
In the previous article, we have seen using Language detector in Android using Firebase ML kit. In this article, we will take a look at… Read More
Given an array arr[] of size N and a positive integer K, the task is to make every element of the array divisible by K… Read More
Given an array arr[] consisting of N integers and an integer K, the task is to count the number of subarrays possible consisting of elements… Read More
Given an integer N, the task is to check if N can be represented as the sum of two positive perfect cubes or not. Examples:… Read More