All Easy Articles
In this article, we are given an images gallery and the task is to re-arrange the order of images in the list or grid by… Read More
Given an array arr[] of size N and a number X. If any sub array of the array(possibly empty) arr[i], arr[i+1], … can be replaced… Read More
Given an array arr of integers of size N, the task is to find, for every element, the number of elements that are greater than… Read More
Given a positive number N, the target is to find the largest number that can be formed after removing any K digits from N.Examples:   Input:… Read More
1. Procedures: A procedure is a combination of SQL statements written to perform specified tasks. It helps in code re-usability and saves time and lines… Read More
Prerequisite – Disk Scheduling Algorithms 1. SCAN Disk Scheduling Algorithm : SCAN Disk Scheduling Algorithm is also known as Elevator algorithm. In this, head or… Read More
Prerequisite – DROP, and TRUNCATE in SQL 1. DROP : DROP is a DDL(Data Definition Language) command and is used to remove table definition and… Read More
In this article, we will discuss how to process form in PHP. HTML forms are used to send the user information to the server and… Read More
Joomla is much more user-friendly, and more like WordPress, and individuals with an aptitude for programming can accomplish straightforward results utilizing this. Drupal is an… Read More
In this article, we will see the difference between the find() and filter() methods in javascript. JavaScript find() method: The find() method is used to… Read More
This article covers the use of reject and throw premises in Javascript and explains it’s differences.reject(): It is an inbuilt function in Javascript that returns… Read More
Hey guys ! I am sharing you my interview experience with Amazon for SDE-1 role in Feb 2020. Round 1: Well first round was an… Read More
C++ is one of the most recommended languages in competitive programming (please refer our previous article for the reason) C++ STL contains lots of containers… Read More
Light Emitting Diode (LED) is the most widely used semiconductor which emits either visible light or invisible infrared light when forward biased. Remote controls generate… Read More
Johnson counters are one of the most important applications of shift registers. They are created by connecting multiple flip-flops to one another (such that the… Read More
Database normalization is nothing but the process of structuring an RDBMS by applying some general rules either by creating a new database design or by… Read More
Building infrastructure for cloud computing accounts for almost one-third of all IT spending worldwide. Cloud computing is playing a major role in the IT sector,… Read More
Artificial Intelligence: Artificial intelligence is the field of computer science associated with making machines that are programmed to be capable of thinking and solving problems like… Read More
Matplotlib is a Python library that helps in visualizing and analyzing the data and helps in better understanding of the data with the help of… Read More
Histograms are a fundamental tool in data visualization, providing a graphical representation of the distribution of data. They are particularly useful for exploring continuous data,… Read More