All Easy Articles
An array is a collection of items stored at contiguous memory locations. The idea is to store multiple items of the same type together. For… Read More
ArrayList is a part of collection framework and is present in java.util package. It provides us with dynamic arrays in Java. Generating random numbers from… Read More
ArrayList class Java is basically a resizable array i.e. it can grow and shrink in size dynamically according to the values that we add to… Read More
Array is a group of like-typed variables that are referred to by a common name. Java arrays can be both types namely primitive data types… Read More
A circle is a simple shape consisting of all the points in the plane that are equidistant from a point known as the center of… Read More
EnumMap is a Map implementation that has enum values as its keys. Now, you all may be wondering what is enum, right? Well, enum is… Read More
Java is high level, compiled as well as interpreted programming language. Stack is an abstract data type used in most of the programming languages and… Read More
Doxing is perhaps the most malignant type of digital assault. It is a typical type of cyberbullying known as “hacktivism”, web disorder, and defamation. This… Read More
groffer command in Linux displays groff files and man pages on an X window system, tty, and several other document viewers.  groff files – files… Read More
Linux offers a wide range of commands for text formatting and editing. While editing a text file, you might want to display the lines with… Read More
Python NumPy is a general-purpose array processing package. It provides fast and versatile n-dimensional arrays and tools for working with these arrays. It provides various… Read More
NumPy is a general-purpose array-processing Python library which provides handy methods/functions for working n-dimensional arrays. NumPy is a short form for “Numerical Python“. It provides… Read More
Given an array arr[] consisting of a permutation of first N natural numbers, the task is to find the maximum possible value of ?GCD(arr[i], i)… Read More
In this article, we will discuss how to generate a QR code using Node.js. A QR code is a monochromatic matrix with embedded data that… Read More
In this article, we will be learning about urlObject.path API. urlObject.path API property is a concatenation of the pathname and search components. Pathname refers to… Read More
In this article, we will see how to turn an HTML image into a webpage link in HTML. The HTML <a> type attribute is used… Read More
MEAN Stack Developer : An IT professional who works on a collection of JavaScript technologies to develop web applications is called a MEAN stack developer. … Read More
Functional Programming(FP) is as old as programming but some of us think that it is discovered recently because we found some parts in mathematics but… Read More
While solving problems on any online judge sometimes it might get Time Limit Exceeded. Below are some of the ways to optimize the code: Minimize… Read More
Django is a Python-based web framework that allows you to quickly create efficient web applications. If you are new to Django then you can refer… Read More