All Medium Articles
Prerequisite – 4th and 5th Normal form 1. Fourth Normal Form (4NF) : Any relation is said to be in the fourth normal form when… Read More
Given two integers N and K, find the Kth permutation sequence of numbers from 1 to N without using STL function.Note: Assume that the inputs… Read More
Given an array A containing N integers, the task is to count the number of elements which form a cycle in the array, based on… Read More
In this article, we will see how we can create a login page for admin, connected with the database, or whose information to log in… Read More
We can define a group of related options in a drop-down list by using the <optgroup> Tag tag is used to create a group of… Read More
Prerequisites: For getting started with this you should have some familiarity with NodeJS, ExpressJS, MongoDB, and Mongoose. NodeJS: It is a free open-source server environment… Read More
The path parameter is a variable that allows the user to add a parameter in his resource point (API endpoint) whose value can be changed.… Read More
The `save()` function in Mongoose serves the purpose of persisting a document in the MongoDB database. By invoking this function, you can add new documents… Read More
When you publish your app on google play store it is important to get feedback from the user. Unless the user does not love or… Read More
The minimum bottleneck spanning tree in an undirected graph is a tree whose most expensive edge is as minimum as possible. In this article, we… Read More
A protocol is designed to handle real-time traffic (like audio and video) of the Internet, is known as Real Time Transport Protocol (RTP). RTP must… Read More
Building strong vocabulary is the first step to start preparation for GRE. Strong hold on Vocabulary will be of great help to easily score in… Read More
1. Shared Nothing Architecture : Shared nothing architecture is an architecture that is used in distributed computing in which each node is independent and different nodes… Read More
AMD stands for Advanced Micro Devices. AMD is an American multinational semiconductor company that develops computer processors and related technologies. It is based in Santa… Read More
Steve Mann is known as “Father of Sixth Sense Technology” who made a wearable computing device in 1990. People know that the way of integration… Read More
Logarithm: is the inverse function of the exponentiation which means the logarithm value of a given number x is the exponent to another number.  Below… Read More
Given a Binary Tree, calculate the sum of nodes with even valued Grandparents.Examples:  Input: 22 / \ 3 8 / \ / \ 4 8… Read More
Given an array arr[] of size N where every index in the array represents the cost of buying an item and two numbers P, K.… Read More
Python language is one of the most trending programming languages as it is dynamic than others. Python is a simple high-level and an open-source language… Read More