Given an array arr[] consisting of first N natural numbers, construct a undirected graph using the array elements such that for any array element, connect… Read More
All Medium Articles
Given an array arr[] consisting of positive integers and an array Q[][] consisting of queries, the task for every ith query is to count array… Read More
Web Development is the fastest growing industry throughout the whole world. Being a web developer you face a lot of difficulties in your day-to-day life… Read More
We can set Parent State from Children Component in ReactJs using the following approach. Prerequisite: State introduction in ReactJS We will actually set the state… Read More
I applied through LinkedIn on 13th January, and got a call from HR that there is a technical interview scheduled on 15th January and sent… Read More
Given two Binary trees and two integer keys K1, K2 where both K1, K2 can be present in the same tree or in different trees.… Read More
In this article, we will create Lollipop Charts. They are nothing but a variation of the bar chart in which the thick bar is replaced… Read More
Python is one of the most popular general-purpose programming languages with a wide range of use cases from general coding to complex fields like AI.… Read More
In this article we will discuss on how to get Geolocation when you enter any location name and its gives all the useful information such… Read More
Ropes are scalable string implementation. They are designed for efficient operation that involves the string as a whole. Operations such as assignment, concatenation, and sub-string… Read More
RC4 is a symmetric stream cipher and variable key length algorithm. This symmetric key algorithm is used identically for encryption and decryption such that the… Read More
Given an array arr[], the task is to append the given array exactly K – 1 times to its end and print the total number… Read More
In this article, we will discuss how to set two bars with rounded arrows overlapping each other using HTML and CSS. Example 1: In the… Read More
In this Article, We will create a functioning navigation bar using Reactjs. Problem statement: Create a navigation bar using reactJS & styled-component Modules required: npm… Read More
In this article, we will discuss how to scrap paragraphs from HTML using Beautiful Soup Method 1: using bs4 and urllib. Module Needed: bs4: Beautiful… Read More
Given a file reference, find the number of lines in this file using PHP. There are a total of 3 approaches to solve this. test.txt:… Read More
In Android applications, Toolbar is a kind of ViewGroup that can be placed in the XML layouts of an activity. It was introduced by the… Read More
In Android applications, ActionBar is the element present at the top of the activity screen. It is a salient feature of a mobile application that… Read More
Prerequisite: ReactJs, State, Props Lifting up the State: As we know, every component in React has its own state. Because of this sometimes data can… Read More
Given an array arr[] of size N and a 2D array Q[][] consisting of queries of following two types: 1 X Y: Update the array… Read More

