All Easy Articles
Given a list of n points on 2D plane, the task is to find the K (k < n) closest points to the origin O(0,… Read More
1. Desktop: Desktop is a physical computer unit that consists of a monitor, CPU, keyboard, and mouse. It is a graphical user workspace on a software… Read More
Given the size of array N, the task is to construct an array of size N with positive integer elements such that the cube sum… Read More
Maps are associative containers that store elements in a mapped fashion. Each element has a key value and a mapped value. No two mapped values… Read More
Given two numbers A and B, the task is to perform BCD Addition of the given numbers. Examples:  Input: A = 12, B = 20 Output:… Read More
Given an array arr[] of N integers, the task is to count the number of clumps in the given array.  Clump is defined as a… Read More
Pointer Arithmetic is the set of valid arithmetic operations that can be performed on pointers. The pointer variables store the memory address of another variable.… Read More
Wireless Network provides various comfort to end users but actually they are very complex in their working. There are many protocols and technologies working behind… Read More
Prerequisite – Wireless Communication | Set 1 Basic Service Set : We know that wireless communication takes place over the Air. To regulate connection to… Read More
GCC stands for GNU Compiler Collections which is used to compile mainly C and C++ language. It can also be used to compile Objective C… Read More
Representational state transfer (REST) is a software architectural style that defines a set of constraints to be used for creating Web services. Web services that… Read More
In C++ programming, the background of the output screen is black and text color is in white color. We can color both the background and… Read More
Java is one of the most powerful and popular server-side languages in the current scenario. One of the main features of a server-side language is… Read More
The orthographic projection system is used to represent a 3D object in a 2D plane. The orthographic projection system utilizes parallel lines, to project 3D… Read More
twitter-text-python is a Tweet parser and formatter for Python. Amongst many things, the tasks that can be performed by this module are : reply :… Read More
Converting emoticons or emojis into text in Python can be done using the demoji module. It is used to accurately remove and replace emojis in… Read More
Given a password, we have to categorize it as a strong or weak one. There are some checks that need to be met to be… Read More
Given an integer N, the task is to count the number of ways so that N can be written as the sum of a prime… Read More
Matplotlib is a powerful Python library that serves as a numerical and mathematical extension for the NumPy library. One of its key components is Pyplot,… Read More
5G wireless technology is finally becoming a reality. It will provide higher multi-Gbps peak data speeds, better reliability than its preceding generations, unimaginably low latency,… Read More