All Easy Articles
A struct is mainly a holder for all other data types. By using a pointer to a struct we can easily manipulate/access the data assigned… Read More
Turtle is a Python feature like a drawing board, which lets us command a turtle to draw all over it! We can use functions like… Read More
A Distributed database is defined as a logically related collection of data that is shared which is physically distributed over a computer network on different… Read More
Psql is an interactive terminal to work with the PostgreSQL database. It is used to query data from the PostgreSQL database server faster and more… Read More
Given an array arr containing N integers, the task is to find the largest number in the array whose frequency is equal to its value.… Read More
Introduction : A Metropolitan Area Network (MAN) is a type of computer network that spans over a metropolitan area, typically a city. It provides high-speed… Read More
We shall study the common bus system of a very basic computer in this article. A basic computer has 8 registers, memory unit and a… Read More
When it comes to interpreting the world and the enormous amount of data it is producing on a daily basis, Data Visualization becomes the most… Read More
PostgreSQL has a HAVING clause that is used to eliminate groups of rows that do not meet specific criteria or conditions. Ii generally used in… Read More
DDL stands for Data Definition Language. These commands are used to change the structure of a database and database objects.For example, DDL commands can be used… Read More
The Plotly Python library is an interactive open-source library. This can be a very helpful tool for data visualization and understanding the data simply and easily. plotly… Read More
Taking the modulo of a negative number is a bit more complex mathematics which is done behind the program of Python. If we don’t understand… Read More
Human activity recognition using smartphone sensors like accelerometer is one of the hectic topics of research. HAR is one of the time series classification problem.… Read More
BERT stands for Bidirectional Representation for Transformers. It was proposed by researchers at Google Research in 2018. Although the main aim of that was to… Read More
Given an undirected graph with V vertices and E edges. Every node has been assigned a given value. The task is to find the connected… Read More
Given a 2D vector mat[][] of integers. The task is to sort the elements of the vectors diagonally from top-left to bottom-right in increasing order.Examples: … Read More
Z score is an important concept in statistics. Z score is also called standard score. This score helps to understand if a data value is… Read More
Round 1 (Online MCQ test):  The first round was a MCQ based online test. In total there were 30 MCQ questions that were to be… Read More
Looking for weather information daily is a trivial task. As programmers, we can make this task easier by creating a notification service. We will use… Read More
Node.js is a JavaScript runtime built on Chrome’s V8 JavaScript engine. Node.js helps developers to write JavaScript code to run on the server-side, to generate… Read More