All Easy Articles
Parallel Random Access Machine, also called PRAM is a model considered for most of the parallel algorithms. It helps to write a precursor parallel algorithm… Read More
Given an integer N, the task is to print the modified binary tree pattern.  In Modified Binary Triangle Pattern, the first and last element of… Read More
CIDR stands for Classless Inter-Domain Routing. It is an IP address assigning method that improves the efficiency of address distribution. It is also known as… Read More
There could be instances where we need to check our current network connectivity or sometimes troubleshoot a particular connection. We can follow a few simple… Read More
MongoDB is a cross-platform document-oriented and a non relational (i.e NoSQL) database program. It is an open-source document database, that stores the data in the… Read More
DCL stands for Data Control Language in Structured Query Language (SQL). As the name suggests these commands are used to control privilege in the database.… Read More
Print the pattern in which there is a hollow square and plus sign inside it. The pattern will be as per the n i.e. number… Read More
Apache Kafka: It is an open-source stream-processing software platform written in Java and Scala. It is made by LinkedIn which is given to the Apache… Read More
random module is used to generate random numbers in Python. Not actually random, rather this is used to generate pseudo-random numbers. That implies that these… Read More
Given an array arr[] of integer elements, the task is to find the length of the largest sub-array of arr[] such that all the elements… Read More
In the field of Image Processing, Butterworth Lowpass Filter (BLPF) is used for image smoothing in the frequency domain. It removes high-frequency noise from a… Read More
I got shortlisted for the interview at BNP Paribas, Chennai after applying through Cocubes. There were totally 3 rounds of Interviews-Technical, Managerial, HR.Let me tell… Read More
Given an array arr[] of integer elements, the task is to find the length of the largest sub-array of arr[] such that all the elements… Read More
Multicast is a method of group communication where the sender sends data to multiple receivers or nodes present in the network simultaneously. Multicasting is a… Read More
When you receive the error “The disk is write-protected“, it means you tried formatting your Pendrive but were not able to. This may be due… Read More
Modular arithmetic is the branch of arithmetic mathematics related with the “mod” functionality. Basically, modular arithmetic is related with computation of “mod” of expressions. Expressions… Read More
This article focuses on how to implement your solutions and implement them fast while doing competitive programming. Setup Please refer Setting up a C++ Competitive… Read More
Given an array arr[] of N dates in the form of “DD-MM-YYYY”, the task is to sort these dates in ascending order. Examples:   Input: arr[]… Read More
Prerequisite – Types of Network Topology 1. Star Topology : Star topology is used for Local Area networks in which all nodes are connected to a central… Read More
1. Inline : An inline function is a normal function that is defined by the inline keyword. An inline function is a short function that… Read More