All Medium Articles
Given a string S which is an infinite wraparound string of the string “abcdefghijklmnopqrstuvwxyz”, the task is to count the number of unique non-empty substrings… Read More
Given a lower triangular matrix M[][] of dimension N * N, the task is to convert it into a one-dimensional array by storing only non-zero… Read More
Given an array arr[] of size N, the task is to find the count of distinct prime factors of each element of the given array.… Read More
A sidebar is an important element of a website’s design since it allows users to quickly visit any section within a site. Preview of final… Read More
In this article, we are going to create a profile card from where a user can check out the basic details of other users and… Read More
This class accepts more than one value in Tailwind CSS. It is the alternative to the CSS Overflow property. This overflow is for controlling how… Read More
If you are in any way connected to the tech industry, chances are that you have heard of Machine Learning! It’s the current cutting edge… Read More
Given a Binary Tree, the task is to remove all the subtrees that do not contain any odd valued node. Print the Levelorder Traversal of… Read More
Given a binary tree consisting of either 1 or 0 as its node values, the task is to find the sum of all vertical levels… Read More
Given an array arr[] consisting of N positive integers and an integer K, the task is to find the maximum sum of array elements in… Read More
Given an array arr[] and three integers X, Y, Z, the task is to find the number of subarrays from the array in which the… Read More
Given a binary string str, the task is to check if the string can be emptied by removing all subsequences of the form “10”  Examples:… Read More
Given an array of strings arr[], where each arr[i] is of the form “i==j” or “i!=j”, where i and j are variables representing relationships among… Read More
Infineon Technologies visited BIT Mesra in September 2020(virtually) for software and hardware interns. I applied for software role. They conducted 4 rounds. Round 1 (Aptitude… Read More
Interface contains only abstract methods that can’t be instantiated and it is declared by keyword interface. A class that is declared with the abstract keyword… Read More
GUI(Graphical User Interface) helps in better understanding than programs. In this article, we will visualize Bubble Sort using JavaScript. We will see how the elements… Read More
As there is no straightforward way provided by npm to run multiple scripts in parallel, We can try coming up with a solution in the… Read More
In this article, we will discuss the time and space complexity of some C++ STL classes. Characteristics of C++ STL: C++ has a low execution… Read More