All Easy Articles
Given array arr[] of positive integers, an integer Q, and arrays X[] and Y[] of size Q. For each element in arrays X[] and Y[],… Read More
The Nearest Centroid (NC) Classifier is one of the most underrated and underutilised classifiers in Machine Learning. However, it is quite powerful and is highly… Read More
Magnific Popup is a fast, light, mobile-friendly and responsive lightbox and modal dialog jQuery plugin. It can be used to open inline HTML, ajax loaded… Read More
The <iframe> tag is an inline frame. It is used to embed another HTML page within the current HTML page. Syntax: <iframe src = "URL"></iframe>… Read More
This article will show you how an audio file can be played repeatedly on a web page. This is done by using the loop attribute… Read More
Routing: Routing is one of the most significant parts of your website or web application. Routing in Express is basic, adaptable, and robust. Routing is… Read More
The concept of Neural Networks is inspired by the neurons in the human brain and scientists wanted a machine to replicate the same process. This… Read More
Given the constants of quadratic equation F(x) = Ax2 + Bx + C as A, B, and C and an integer K, the task is… Read More
An anonymous function in Dart is like a named function but they do not have names associated with it. An anonymous function can have zero… Read More
The glowing star effect is one of the coolest effects that is used for dark themed websites. It is known as star effect because it… Read More
Given a string str and two characters X and Y, the task is to write a recursive function to replace all occurrences of character X… Read More
Given an integer N in form of string str consisting of more than 100 digits, the task is to store the value for performing an… Read More
Prerequisite: Switch-case in C/C++ Problem Statement:Write a menu-driven program to control your system such as shutdown, restart, log off, manual shutdown settings, abort the shutdown,… Read More
Given a string, the task is to write Java program to print all the duplicate characters with their frequency Example:  Input: str = “geeksforgeeks” Output:… Read More
MongoDB provides different types of arithmetic expression operators that are used in the aggregation pipeline stages and $add operator is one of them. This operator… Read More
1. Apache : Apache is an open-source web server. It was developed by Apache group and initially released on 25 March 1999. It is mostly… Read More
Prerequisite – Token Ring 1. Early Token Release : Sender does not wait for the data packet to complete revolution before releasing the token. Token… Read More
1. Boyce-Codd Normal Form (BCNF) : Any relation is said to be in the BCNF if and only if it satisfies the following condition :… Read More
An Internet Service Provider(ISP) has the following chunk of CIDR-based IP addresses available with it:245.248.128.0/20. The ISP wants to give half of this chunk of… Read More
1. What is Proof of Work (PoW) ? The term “proof of work” was coined by Markus Jakobsson and Ari Juels during a document published… Read More