All Easy Articles
WHAT IS SANIC? Sanic is an asynchronous web framework and web server for Python 3.5+ that’s written to go fast. Sanic was developed at MagicStack… Read More
Coronavirus, one of the biggest pandemic has brought all the world to Danger. Along with this, it is one of the trending News, everyone has… Read More
Given a Tree, the task is to find the farthest node from each node to another node in this tree.  Example: Input: Given Adjacency List… Read More
Given an array arr[] of size N which contains the marks of a student in N subjects, the task is to calculate the CGPA and… Read More
Given a string str and Q queries in form of [L, R, K], the task is to find whether characters from the string from [L,… Read More
Given a binary matrix mat[][] containing 0’s and 1’s. Each row of the matrix is sorted in the non-decreasing order, the task is to find… Read More
Given a number N, the task is to write C/C++ program to print the number from N to 1 by calling the main() function using… Read More
Z-Score in Statistics is a measurement of how many standard deviations a data point is from the mean of a distribution. Let’s find z score… Read More
Incremental process model is also know as Successive version model. This model requirements are broken down into multiple standalone modules of software development cycle. First… Read More
1. MySQL : MySQL is an open-source relational database management system(RDBMS) based on Structured Query Language (SQL). It is currently developed and managed by Oracle… Read More
The PostgreSQL IN operator is used with the WHERE clause to check against a list of values. The syntax for using IN operator with the… Read More
Pipeline Processor consists of a sequence of m data-processing circuits, called stages or segments, which collectively perform a single operation on a stream of data… Read More
Java is one of the best object-oriented programming language developed by James Gosling from Sun Microsystems in the year 1991 and was publicly available in… Read More
Given two integers L and R that denote a range, the task is to find the probability of getting a perfect square number when a… Read More
Given a number N. The task is to group all the numbers from 1 to N such GCD of all the numbers in each group… Read More
Given a text file in a directory, the task is to print the file content backward i.e., the last line should get printed first, 2nd… Read More
An aptitude test is quite vital for placements as it helps in enhancing the logical skills of the person and if someone is preparing for… Read More
Sometimes, while working with Python strings, we can have a problem in which we need to extract all the string characters which have odd number… Read More
1. Periodic Real-time Tasks : The real-time task that is repeated after a certain time interval is known as periodic real-time task. Basically the periodic… Read More
The fade effect is described as the gradual increase and decrease in the opacity of the selected portion. In other words, the fade effect is… Read More