All Medium Articles
Given a tree, and the weights (in the form of strings) of all the nodes, the task is to count the nodes whose weights do… Read More
We can use Exception handling with class too. Even we can throw an exception of user defined class types. For throwing an exception of say… Read More
HTML font color attribute specifies the text color of content inside the <font> tag. The font color attribute accepts a color value that we want… Read More
Given the Manhattan distances of three coordinates on a 2-D plane, the task is to find the original coordinates. Print any solution if multiple solutions… Read More
The value of the Exponential function can be calculated using Taylor Series.  = 1 + x/1! + /2! + /3! + ...... + until n… Read More
Azure Cloud Service: Azure Cloud Service cloud service is provided by Microsoft in which the developers store the applications. It uses SQL databases, MySQL, Cosmos… Read More
Relational Online Analytical Processing (ROLAP): ROLAP is used for large data volumes and in this data is stored in relation tables. In ROLAP, Static multidimensional… Read More
Question 1: What is the complexity of T(n)? Θ( 1⁄n ) Θ( 1⁄n2 ) Θ( 1 ) Θ( ln( n ) ) Answer: 3 Explanation:… Read More
Shutil module in Python helps automate the process of copying and removing files and directories. It comes under Python’s standard utility modules.  Shutil(short for shell… Read More
Sometimes, more than finding a substring, we might need to get the string that is occurring after the substring has been found. Let’s discuss certain… Read More
Sometimes, while working with strings, we need to find if a substring exists in the string. This problem is quite common and its solution has… Read More
Both Bit rate and Baud rate are generally used in data communication to measure the speed of data. Bit rate is the transmission of a… Read More
Flow Control and Congestion Control are traffic controlling methods for different situations. The main difference between flow control and congestion control is that, In flow… Read More
The <img> src attribute is used to specify the URL of the source image. It points to the location of the image file that the browser should display on… Read More
The HTML <form> name Attribute is used to specify the name of a form Element. It is used to reference the form-data after submitting the… Read More
With the effect of advancement in Technology, the Software Engineering industry has also grown rapidly and is one of the fastest growing industry in the… Read More
Given an array arr[] of N integers, you can select some indexes such that every selected index has exactly one other selected index adjacent to… Read More
Given an array arr[] of N integers and an integer X, the task is to find the maximum possible sub-array sum after applying at most… Read More
Given an array sequence [A1, A2 …An], the task is to find the maximum possible sum of increasing subsequence S of length k such that… Read More
Each and every day, you must be watching some video or another on YouTube which may be related to Music, Movies, Studies, Research, Leisure etc.… Read More