All Medium Articles
Given an integer N, the task is to construct a matrix M[][] of size N x N with numbers in the range [1, N^2] with… Read More
Given an array arr[] consisting of N distinct integers and an integer K, the task is to find the maximum size of a subset possible… Read More
Given a string S of length N, the task is to find the number of non-empty substrings having even number of vowels.  Examples: Input: N… Read More
Given an array A[] consisting of N integers and an integer K, the task is to find the length of the smallest subarray with sum… Read More
Given a string Str of length N, consisting of lowercase alphabets, the task is to generate a number in decreasing order of the frequency of… Read More
Given a string S, containing lowercase English alphabets, and an integer K, the task is to find any index of the string which consists of… Read More
ShimmerLayout can be used to add a Shimmer Effect (like the one on Facebook or LinkedIn) to the Android Application. This layout is mainly used… Read More
Given a Binary Tree, the task is to print all the root to leaf path sum of the given Binary Tree. Examples:  Input: 30 /… Read More
Given matrices txt[][] of dimensions m1 x m2 and pattern pat[][] of dimensions n1 x n2, the task is to check whether a pattern exists… Read More
Given an integer N, the task is to obtain N, starting from 1 using minimum number of operations. The operations that can be performed in… Read More
In this article, we will change the input border after filling in the text on the input text field. The onchange event attribute works when… Read More
Node.js is the JavaScript runtime environment which is based on Google’s V8 Engine i.e. with the help of Node.js we can run the JavaScript outside… Read More
There is no common way to connect to the SQL Server database from a JavaScript client, every browser has its own API and packages to… Read More
Node.js is a widely used javascript library based on Chrome’s V8 JavaScript engine for developing server-side applications in web development. Unit Testing is a software… Read More
Given 3N counters where N >= 1, there are three types of counters Red, White, and Blue all of them equal in count i.e., N… Read More
Prerequisite: Computing systems, Processing unit Processing Unit: Processing units also have some small memory called registers. The interface between the processor (processing unit) and memory… Read More
In this article, we will look into the PostgreSQL Foreign key constraints using SQL statements. A foreign key is a column or a group of… Read More
Given two integers V and E representing the number of vertices and edges of an undirected graph G(V, E), a list of edges EdgeList, and… Read More
High-Level Data Link Control (HDLC) basically provides reliable delivery of data frames over a network or communication link. HDLC provides various operations such as framing,… Read More