All Easy Articles
Given a Binary Search Tree with two of the nodes of the Binary Search Tree (BST) swapped. The task is to fix (or correct) the… Read More
Given an unsorted array arr[] of size n, the task is to find the minimum difference between any pair in the given array.  Input: arr[]… Read More
Pointer to an array: Pointer to an array is also known as array pointer. We are using the pointer to access the components of the… Read More
Rainfall prediction is a common application of machine learning, and linear regression is a simple and effective technique that can be used for this purpose.… Read More
Whenever we think of Machine Learning, the first thing that comes to our mind is a dataset. While there are many datasets that you can… Read More
SQL Functions are developed into Oracle Database and are available to use in various appropriate SQL Statements. Functions in SQL and User defined function in… Read More
Given a number, the task is to display the multiplication table of this number using the Android App. Steps to Build an Android Application for… Read More
Prerequisites: Apriori AlgorithmApriori Algorithm is a Machine Learning algorithm which is used to gain insight into the structured relationships between different items involved. The most… Read More
Problem: Write a SQL query to find the 2nd largest value in a column in a table. Examples: In the 1st example find the 2nd… Read More
Prerequisite – Types of Operating Systems  Time sharing operating system allows concurrent execution of programs through rapid switching thereby giving each process the same amount… Read More
Interrupt: Interrupt is a hardware mechanism in which, the device notices the CPU that it requires its attention. Interrupt can take place at any time.… Read More
Multilevel Paging is a paging scheme that consists of two or more levels of page tables in a hierarchical manner. It is also known as… Read More
Prerequisite: Communicating Between Threads | Set-1 If a thread needs to know immediately when a consumer thread has processed a particular item of data, one… Read More
In this article, we will see how to get the title of HTML page using JavaScript. There is a number of ways to do this… Read More
Catching all exceptions is sometimes used as a crutch by programmers who can’t remember all of the possible exceptions that might occur in complicated operations.… Read More
Given an array of integers. The task is to rearrange elements of the array such that no two adjacent elements in the array are same.… Read More
Both Bluetooth and Wi-Fi are used for providing wireless communication through radio signals. The biggest distinction between Bluetooth and Wifi is that Bluetooth is accustomed… Read More
The Grid geometry manager puts the widgets in a 2-dimensional table. The master widget is split into a number of rows and columns, and each… Read More
In Probability, Discrete Uniform Distribution Function refers to the distribution with constant probability for discrete values over a range and zero probability outside the range.… Read More