All Medium Articles
A list in R programming is a generic object consisting of an ordered collection of objects. Lists are one-dimensional, heterogeneous data structures. The list can… Read More
Given an undirected graph, a source vertex ‘s’ and a destination vertex ‘d’, the task is to count the total paths from the given ‘s’… Read More
Given a Binary Tree, the task is to count the number of Fibonacci paths in the given Binary Tree.  Fibonacci Path is a path which… Read More
Given an array arr[] of size N and an integer K, the task is to print the array after moving all value equal to K… Read More
1. Second Normal Form (2NF) : A relation is said to be in second normal form when it is already in first normal form and there… Read More
Synchronous Series Carry Counter is such a synchronous counter where inputs of flip-flops are connected in such a manner that only those flip-flops that are… Read More
Multiple classes can be applied to a single element in HTML and they can be styled using CSS. In this article, we will stick to… Read More
Create a full screen Navigation Bar: In this article, you will learn how to create a full-screen navbar for your website. There are three methods… Read More
R language is mostly used for statistics and data analytics purposes to represent the data graphically in the software. To represent those data graphically, charts… Read More
Given an integer N, the task is to check if it can be expressed as a product of exactly K prime divisors. Examples:  Input: N =… Read More
This Project on Hotel Management is a general software developed (using Python) to simplify hotel operations by automating them. In this project, “AnCasa” is the… Read More
Given an array arr[] of length N and an integer K, the task is the find the maximum sum subarray with a sum less than… Read More
Given a directed graph, which may contain cycles, where every edge has weight, the task is to find the minimum cost of any simple path… Read More
Online Test: The first round contains easy to medium questions. The online test consists of 28 MCQs in which there were general aptitude questions, OOPS,… Read More
Given an integer N which is always even, the task is to create an array of size N which contains N/2 even numbers and N/2… Read More
Given two Binary Trees we have to detect if the two trees are Isomorphic. Two trees are called isomorphic if one of them can be… Read More
Android Spinner is a view similar to the dropdown list which is used to select one option from the list of options. It provides an… Read More
The SIMD form of parallel processing is called Array processing. Figure shows the array processor. A two-dimensional grid of processing elements transmits an instruction stream… Read More
Given 3 positive integers N, M, and K. the task is to construct a string of length N consisting of lowercase letters such that each… Read More
Question :Given an array having 2n elements you can choose n elements from either end of the array such that the values obtained result in… Read More