All Easy Articles
Given a Doubly linked list(DLL) containing N nodes and an integer X, the task is to find the position of the integer X in the… Read More
Given a binary array arr[], the task is to count the number of subarrays having equal count of 0s and 1s, and all the 0s… Read More
Round 1: Round 1 contains aptitude, reasoning, verbal, and coding. This round was taken on the Mettle platform. The questions were of medium level. The… Read More
JavaScript is a high-level, dynamically typed client-side scripting language. JavaScript adds functionality to static HTML pages. Like most other programming languages JavaScript allows supports the… Read More
Given a List, write a Python program to find the span of even elements in list, i.e distance between first and last occurrence of even… Read More
In this form, a table is displayed row and column-wise, in such a way such that in every row, only the entries up to the… Read More
A rectangle is a simple flat figure in a plane. It has four sides and four right-angles. In a rectangle all four sides are not… Read More
A number is said to be a perfect number if the sum of its proper divisors ( i.e. all positive divisors excluding the number itself… Read More
A variable is a segment of memory with a unique name used to hold data that will later be processed. Although each programming language has… Read More
Carousel Slider is one of the most popular image slider used nowadays in most apps. These Carousel Sliders are mostly seen in various eCommerce sites… Read More
Python supports creation of random jokes using one of its libraries. Let us explore it a little more, Pyjokes is a python library that is… Read More
Perquisites:   Beautiful soup Urllib Scraping is an essential technique which helps us to retrieve useful data from a URL or a html file that… Read More
List in python is mutable types which means it can be changed after assigning some value. The list is similar to arrays in other programming… Read More
In this article, we will learn how to male scatter plots with regression lines using Seaborn in Python. Let’s discuss some concepts : Seaborn :… Read More
The pandas library has mainly two data structures DataFrames and Series. These data structures are internally represented with index arrays, which label the data, and… Read More
Enumeration is fundamentally checking. An attacker sets up a functioning associated with the objective host. The weaknesses are then tallied and evaluated. It is done… Read More
Prerequisite – Turing Machine Task : Our task is to design a Turing Machine for an equal number of a’s and b’s. Analysis : Here… Read More
Given an array arr[] consisting of N integers and an integer K, the task is to split the array into K subsets (N % K… Read More
Pre-Requisite: Basics of Computer The computer is a programmed device with a group of instructions to perform specific tasks and generate results at a really… Read More
1. Synchronous Optical Network (SONET): SONET stands for Synchronous Optical Network. It is a communication protocol, developed by Bellcore which is used to transmit a large… Read More