All Hard Articles
I applied through SquadStacks’s job portal. And got a link for the first round in about 5 days. They took 5 rounds in total. Due… Read More
Given a binary matrix mat[][] of size M * N and Q queries of the form {pi, pj, qi, qj}, the task for each query… Read More
Given an array arr[] consisting of N integers, the task is to count ways to split array into two subarrays of equal sum by changing… Read More
I got this opportunity during the COVID time and hence all the interview rounds were conducted on Amazon Chime (video call) and I had to… Read More
Given an integer N, the task is to reduce the value of N to 0 by performing the following operations minimum number of times: Flip… Read More
Given two strings, str1 and str2 of length N, the task is to convert the string str1 to string str2 by selecting a substring and… Read More
Given an integer N, the task is to find the Nth natural number with exactly two set bits. Examples: Input: N = 4Output: 9Explanation: Numbers… Read More
Given two positive integers N and K, the task is to print all possible K-length subsequences from first N natural numbers whose sum of elements… Read More
Data Visualization is the presentation of data in pictorial format. It is extremely important for Data Analysis, primarily because of the fantastic ecosystem of data-centric… Read More
Seaborn is an amazing visualization library for statistical graphics plotting in Python. It provides beautiful default styles and color palettes to make statistical plots more… Read More
Static is a keyword which when attached to the method, variable, Block makes it Class method, class variable, and class Block. You can call a… Read More
A Directed Acyclic Graph is a directed graph with no directed cycles. In a directed graph, the edges are connected so that each edge only… Read More
Functions are defined as the relations which give a particular output for a particular input value. A function has a domain and codomain (range). f(x)… Read More
BoxConstraints is a built-in widget in flutter SDK. Its functionality is to add sized constraints on its child widget. It is usually taken as the… Read More
Banner widget comes built-in with flutter API. It is somewhat similar to the debug banner that we are used to seeing on the top-right corner… Read More
In this article, we will learn how can we detect if a specific key is pressed by the user or not. The whole Module is… Read More
Data Science is a big deal these days! So it stands to reason that you might want to learn it because of its amazing potential… Read More
In this article, we are going to learn how we can automatically play the most viewed video of an artist given by the user using… Read More
As a SQL DBA, you might need to find the Dependencies of a Table in SQL Server using SQL Server Management Studio or SQL Query.… Read More