All Medium Articles
Given an integer N and a 2D array cost[][3], where cost[i][0], cost[i][1], and cost[i][2] is the cost of painting ith house with colors red, blue,… Read More
Given a positive integer N, the task is to find the Nth natural number after removing all the natural numbers containing digit 9. Examples: Input:… Read More
Windows 10 is the most recent version of the Microsoft Windows operating system. There have been many different versions of Windows over the years, including… Read More
Styling in React is very important for creating better user interfaces. using SASS/SCSS in React, which offers many features over traditional CSS, you can write… Read More
MongoDB ObjectId: MongoDB creates a unique 12 bytes ID for every object using the timestamp of respective Object creation.This ObjectId can be used to uniquely… Read More
Nowadays almost all the mobile application uses a dark theme, for example, Instagram, Whatsapp, Youtube, etc. It’s easy to implement in Flutter, Just a few… Read More
This class accepts lots of value in tailwind CSS in which all the properties are covered as in class form.  It is the alternative to… Read More
Question 13. A die is thrown once. Find the probability of getting: (i) a prime number (ii) a number lying between 2 and 6 (iii)… Read More
Theorem 1: The theoretical probability (also called classical probability) of an event E, written as P(E), is defined as P(E) =  Question 1. Complete the… Read More
Given two strings S1 and S2 of size N and M respectively, the task is to rearrange characters in string S1 such that S2 is… Read More
Given a matrix A[][] of dimensions M × N, the task is to find the maximum sum possible from a matrix by repeatedly selecting two… Read More
Now a day, we have seen that most of our Android phone contains fingerprint authentication. And we can implement that fingerprint authentication in our app… Read More
There are several functions in the Kotlin standard library that help in the execution of a block of code within the context of an object.… Read More
Given an array arr[] of size N, the task is to find the lexicographically smallest permutation of the given array such that the sum of… Read More
Qualcomm Hyderabad conducted online recruitment on Jan 2021 as an Off-Campus. Round 1(Online Test): Online test of 1.30 hr. Was conducted which consists of 3… Read More
Given an integer N, the task is to find the number of trailing zeroes in the binary representation of the given number. Examples: Input: N… Read More
Selection sort is the simplest sorting algorithm that works by repeatedly finding the minimum element (considering ascending order) from the unsorted part and putting it… Read More