All Medium Articles
Garbage collection is a memory management technique used in the .NET Framework and many other programming languages. In C#, the garbage collector is responsible for… Read More
Prerequisite : Graph and its representations In this article, we will be discussing Adjacency List representation of Graph using ArrayList in Java. Following is adjacency… Read More
Given a string str and a character c. The task is to find the number of sub-strings that do not consist of the character c. Examples: … Read More
Given an array arr[] of N integers. The task is to first find the maximum sub-array sum and then remove at most one element from… Read More
As we know Python is a scripting language, and can be easily used to automate simple tasks. In this article, we will learn how to… Read More
Many times, the data we handle might not be in the desired form for any application and has to go through the stage of preprocessing.… Read More
C# is a programming language that was first released in 2000 by Microsoft as part of the .NET framework. Since its initial release, C# has… Read More
script command in Linux is used to make typescript or record all the terminal activities. After executing the script command it starts recording everything printed… Read More
It was a pool campus drive with around 200+ students appearing for the Company. Eligibility : 6.5 CGPA Job Location : Noida Round 1: Aptitude… Read More
Telephonic :- Q.1. What is Decision Tree ? How to split ? How does decision tree work ? Q.2. What does each node contain in… Read More
Amazon visited JIIT Noida for on-campus process in 2019. Round 1 (Online Coding Round- 90 minutes on HackerEarth): This round consisted of 2 coding questions and… Read More
Given N monsters, each monster has initial health h[i] which is an integer. A monster is alive if its health is greater than 0. In… Read More
Given an array arr[] consisting of non-negative integers and an integer k. The task is to find the minimum length of any sub-array of arr[]… Read More
Given a string str and Q queries. Every query consists of two numbers L and R. The task is to print if the sub-string[L…R] is… Read More
Given an integer N, the task is to check whether the product of first N natural numbers is divisible by the sum of first N… Read More
Given an array or string, the task is to find the next lexicographically greater permutation of it in Java.Examples:   Input: string = "gfg" Output: ggf… Read More
So far the operations using Java programs are done on a prompt/terminal which is not stored anywhere. But in the software industry, most of the… Read More
The term broadcasting refers to the ability of NumPy to treat arrays with different dimensions during arithmetic operations. This process involves certain rules that allow… Read More
In this article, we will check if a variable is a string using JavaScript. We can check the variable by using many methods. Below are… Read More
Jimp is a node module used to do image processing which is provided by the npm installer. The Jimp – Javascript Image Manipulation Program is… Read More