All Medium Articles
Given an integer N, the task is to print the number of binary strings of length N which at least one ‘1’. Examples:   Input: 2 Output:… Read More
Given two integers L and R, the task is to find the count of total numbers of prime numbers in the range [L, R] whose… Read More
Given a number N and a digit K (1 < K <= 9), the task is to find two integers A and B such that… Read More
Turtle is an inbuilt module in Python. It provides:  Drawing using a screen (cardboard). Turtle (pen). To draw something on the screen, we need to… Read More
Turtle is an inbuilt module in Python. It provides:  Drawing using a screen (cardboard). Turtle (pen). To draw something on the screen, we need to… Read More
Turtle is an inbuilt module in Python. It provides:  Drawing using a screen (cardboard). Turtle (pen). To draw something on the screen, we need to… Read More
Given a binary grid[ ][ ] of size N*M, with each cell containing either 0 or 1, where 1 represents an alive cell and the… Read More
Given an integer N, the task is to find the total number of ways to distribute N among 3 people such that:   Exactly one person… Read More
Break and continue are two keywords used to control the iterations in a loop. The major difference between the two keywords is that “break” is… Read More
This article shows the method to sign in on any website using automation with the help of Selenium Web Driver and JavaScript. The concept of… Read More
There is a circle of N > 2 lights with a switch next to each of them. Each switch can be flipped between two positions,… Read More
Making fast and accurate decisions are vital these days and especially now when the world is facing such a phenomenon as COVID-19, therefore, counting on… Read More
Sometimes, while working with Python strings, we can have a problem in which we need to find the frequency of next character of a particular… Read More
Indeed, the first step to land up a job in your dream company is the right interview preparation from the beginning. And when thousands of… Read More
CSV (or Comma Separated Value) files represent data in a tabular format, with several rows and columns. An example of a CSV file can be… Read More
In this article, we will discuss the step by step process of changing the data type of a column using the ALTER TABLE statement in… Read More
1. Google Hangouts :  Google Hangouts is a communication application which is provided by Google. It allows users to send and receive messages, photos etc.… Read More
I got to know about the open role through my college placement team. I later contacted the Amazon APAC recruiter on LinkedIn and forwarded my… Read More
Given two arrays arr1[] and arr2[]. The array arr1[] is sorted. The task is to print the change in the median after removing each element… Read More