All Medium Articles
Prerequisite : OSI Model Introduction : Presentation Layer is the 6th layer in the Open System Interconnection (OSI) model. This layer is also known as… Read More
Given an array arr[] consisting of N integers, and an integer K, the task is to print the minimum count of groups formed by taking… Read More
Given a matrix, arr[][] of dimensions M*N, and an integer S, the task is to print the count of the number of subsquares of the… Read More
Given an array arr[] consisting of N positive numbers, the task is to find the minimum number of operations required to make all elements of… Read More
Given a string S consisting of N, lower case English alphabet, it is also given that a string is encrypted by first replacing every substring… Read More
Given a positive integer N, the task is to print all the subsequences of the array in such a way that the subsequence is first… Read More
Given a positive integer N, the task is to find the Nth smallest number in the sequence which is having exactly 4 divisors. Examples: Input:… Read More
Fork System Call: The fork system call is used for creating a new process, which is called the child process, which runs concurrently with the… Read More
Given two positive integers h and w representing the height h and width w which forms a rectangle. Also, there are two arrays of integers… Read More
This is a web app made using Python and Flask Framework. It has a registration system and a dashboard. Users can enter keywords to retrieve… Read More
Normally, a lot of businesses are remained as failures due to lack of profit, lack of proper improvement measures. Mostly, restaurant owners face a lot… Read More
Given two binary strings S and T of length N and a positive integer K. Initially, all characters of T are ‘0’. The task is… Read More
Round 1(Aptitude): An online MCQ round on the Eduthrill platform, where I had to take a minimum of 20 tests, each of which lasted around… Read More
Hi All, Initially, I have found the Amazon SDE job requirement on Linked In then I applied on the Amazon job portal for the same.… Read More
Uber started an off-campus drive in the first week of June. I got a referral through a college pass-out. After a week, I got the… Read More
It was a pool campus drive conducted by Gainsight. In which all the colleges affiliated with my University were invited to participate. There was a… Read More
MATLAB stands for Matrix laboratory. It was developed by Mathworks, and it is a multipurpose (or as we say it Multi-paradigm) programming language. It allows… Read More
In this article, we will be discussing how can we recommend music based on expressions or say dominant expressions on someone’s face. This is a… Read More
A series of data points collected over the course of a time period, and that are time-indexed is known as Time Series data. These observations… Read More
Given an array arr[] consisting of N positive integers, the task is to find all j such that arr[j] = arr[i] and all the numbers… Read More