All Medium Articles
Python…honestly, the language needs no introduction!! The demand and popularity of this programming language have grown significantly, particularly in the last 5-6 years. At various… Read More
In Java, java.lang.ClassNotFoundException is a checked exception and occurs when the Java Virtual Machine (JVM) tries to load a particular class and the specified class… Read More
Given a directed weighted graph consisting of N vertices and an array Edges[][], with each row representing two vertices connected by an edge and the… Read More
Given an array arr[] consisting of N positive integers and a positive integer X, the task is to check if the sum of the given… Read More
Given an array arr[] consisting of N non-negative integers and a 2D array queries[][] consisting of queries of the type {X, M}, the task for… Read More
Given an array arr[] consisting of N integers, the task is to check if the sequence of numbers formed by repeatedly removing the middle elements… Read More
Given a positive integer N, the task is to find the single digit obtained after recursively adding the digits of 2N until a single digit… Read More
The purpose of this article is to change font-size using CSS. To change the font size using CSS, you can use the font-size property and… Read More
The componentWillUpdate() method provides us the control to manipulate our React component just before it receives new props or state values. It is called just… Read More
If you are selling any product or providing any service in your android application, then you should have integrated a feature in your android application… Read More
Before java 8 the compiler used to take it from the java.util package. But later since the use of date and time became important in… Read More
Online Round: Question-related to the priority queue Simple Ad Hoc question Round 1(Chime Interview): Taken by SDE 2 (1 hour, 15 mins) There are N… Read More
Given two positive numbers N and M, the task is to count the number of digits that are present in both N and M. Examples:… Read More
Given two positive integers A and B, the task is to print the distinct digits in descending order, which are not common in the two… Read More
Given two matrices A[][] and B[][] of size M × N and an integer X, the task is to check if it is possible to… Read More
Physical Tags are used to indicate that how specific characters are to be formatted or indicated using HTML tags. Any physical style tag may contain… Read More
The useState hook is used to update the state in a React component. It is a hook that takes the initial state as an argument… Read More
In this article we will learn how to transform a background image using CSS3, The transform property in CSS is used to transform the background… Read More
This class accepts lots of value in tailwind CSS in which all the properties are covered in form.  This class is used to set the… Read More
Firebase is a product of Google which helps developers to build, manage, and grow their apps easily. It helps developers to build their apps faster… Read More