All Easy Articles
Given a binary tree, the task is to print the longest path from the root node to the leaf node. If there are multiple answers… Read More
The express.text() function is a built-in middleware function in Express. It parses the incoming request payloads into a string and is based on body-parser. Syntax: … Read More
For the past few years, job interviews online have seen tremendous popularity Online Job Interviews can be considered the new normal in the recruitment world.… Read More
Plotly is a Python library which is used to design graphs, especially interactive graphs. It can plot various graphs and charts like histogram, barplot, boxplot,… Read More
Recursion is a process in which a function calls itself implicitly or explicitly and the corresponding function is called recursive function. Go language supports special… Read More
Transportation layer conventions utilize the idea of ports and multiplexing/demultiplexing to convey information to individual services listening on network nodes. These ports are spoken to… Read More
1. Relational Database : RDBMS stands for Relational Database Management Systems. It is most popular database. In it, data is store in the form of row… Read More
1. Having Clause :  Having Clause is basically like the aggregate function with the GROUP BY clause. The HAVING clause is used instead of WHERE… Read More
Given an array arr[] positive integers, the task is to find the number of ways to convert the array sum even if we are allowed… Read More
A schedule in your project’s time table actually consists of sequenced activities and milestones that are needed to be delivered under a given period of… Read More
Finite Automata is known as a finite state machine that are acceptable otherwise not acceptable. on the input alphabet ‘0’ and 1′. Determine the initial… Read More
TensorFlow is open-source Python library designed by Google to develop Machine Learning models and deep learning  neural networks.  GradientTape() is used to record operations for… Read More
Given two integers N and M. The task is to find the minimum number of points required to cover an N * M grid.   A… Read More
Given an array arr[] of N positive integers which denotes the cost of selling and buying a stock on each of the N days. The… Read More
Given a linked list L of integers, the task is to return a linked list of integers such that it contains next greater element for… Read More
Given an array A[] of n odd integers and an integer X. Calculate the minimum number of operations required to make the median of the… Read More
In C language, header files contain a set of predefined standard library functions. The .h is the extension of the header files in C and… Read More
Sentinel Controlled Loop A sentinel controlled loop is also called an indefinite repetition loop because the number of iterations is not known before the loop… Read More
In a single-elimination tournament, such as the tennis Grand Slam championships – every losing player is immediately eliminated from the subsequent rounds until a single… Read More