All Medium Articles
A polymer consists of macromolecules (very large molecules), composed of several repeating structural subunits of these molecules. Polymers are today the backbone of four different… Read More
A diffraction grating is constructed by scratching a flat piece of transparent material with multiple parallel lines. The material can be scratched with a great… Read More
The quantity of heat transmitted per unit area per unit time to or from a surface is referred to as heat flux. It is a… Read More
Stress in physics is defined as the force exerted on the unit area of a substance. Stress affects the body as strain in which the… Read More
Given two strings str1 and str2 of lengths N and M respectively. The task is to find the least common multiple (LCM) of both the… Read More
Given an array arr[], consisting of N positive integers. The task is to minimize the difference between the maximum and the minimum element of the… Read More
Given a 2D array of order M * N, the task is to find out the sum of elements of the matrix. Examples: Input: array[2][2]… Read More
HTTP stands for hypertext transfer protocol & it is used in client-server communication. By using HTTP user sends the request to the server & the… Read More
HTML tags are markers that define the structure and content of web documents. They consist of angle brackets enclosing a tag name, such as <p>… Read More
Perfect Square Formula: A polynomial or number which when multiplied by itself is called a perfect square. The perfect square is calculated by two algebraic… Read More
Flutter is a powerful tool to develop cool android and ios apps and much more like PWAs from a single code base. In this article,… Read More
Given a binary string s and an array ct[] of even size. The task is to minimize the cost of operations to: Convert string s… Read More
Hey there geeks! In this article, I am going to discuss the round by round selection process for Seclore. The role offered by the company… Read More
Hello Everyone, I am honoured to share my Interview Experience of Paytm (Noida) . Company came for (CSE, IT, EC/EE branches). Criteria for the company… Read More
Hi all. This is my interview experience for admission to MTech (CSE) programme of IITH as Research Assistant (RA) during winter. MTech RA means along… Read More
Round 1 (Online test): There is total three questions Strictly increasing order: Is it possible to make array in strictly increasing order or not?Given an… Read More
A filter is an object that is invoked at the preprocessing and postprocessing of a request on the server, i.e., before and after the execution… Read More
Given string str having N characters representing an integer, the task is to calculate the sum of all possible prefixes of the given string. Example:… Read More
Given an array arr[] of N intervals, the task is to calculate the index of the closest interval to the right of each of the… Read More
Given a perfect binary tree consisting of N nodes, the task is to check if the number formed by the nodes in any level of… Read More