All Medium Articles
Firebase is a product of Google which helps developers to build, manage, and grow their apps easily. It helps developers to build their apps faster… Read More
The shader() function in p5.js makes it possible to use a custom shader to fill in shapes in the WEBGL mode. A custom shader could… Read More
In this article, we are going to see how to build a much interesting app named Alarm Setter. Alarm plays a vital role in our… Read More
In this article, we are going to make a tic-tac-toe game that has both online and offline modes. So for this project, we are going… Read More
In this article, we are going to see how to Merge/Hide one file into another using CMD. By using this we could be able to… Read More
Data Handling: Nowadays, managing and representing data systematically has become very important especially when the data provided is large and complex, This is when Data… Read More
Here we are going to see to calculate the factorial of a number. Factorial of a non-negative integer is the multiplication of all integers smaller… Read More
Given an Array arr[] of positive integers of size n. We are required to perform following 3 queries on given array – 1) Given L… Read More
Given an array arr[] of size N, the task is to rearrange the array elements such that the sum of MEX of all prefix arrays… Read More
In certain cases, while uploading files we may require to upload files from our google drive or it may happen that we want to give… Read More
In this article, we will discuss how to create a dynamic circular queue using a circular array having the following functionality:  Front(): Get the front… Read More
InkWell is the material widget in flutter. It responds to the touch action as performed by the user. Inkwell will respond when the user clicks… Read More
Design a data structure that supports the following operations in queue efficiently: push__front(x): Insert an element at the front of the queue.push__middle(x): Inserts element at… Read More
Given an integer N, representing objects placed adjacent to each other, the task is to count the number of ways to remove objects such that… Read More
Given two integers X and Y, the task is to count the minimum number of moves required to reach the point (1, 1), starting from… Read More
Given an array arr[] of size N, the task is to count the number of pairs from the given array such that the Bitwise AND… Read More
Given a matrix A[][] of size N * M and a 2D array queries[][] consisting of Q queries of the form {L, R}, the task… Read More
In this article, we will discuss the functionality of basic_istream<>::tellg and basic_ostream<>::tellp and the difference between them. tellg(): The function is defined in the istream… Read More
Given two strings text and pattern of length M and N respectively, The task is to check if the pattern matches the text or not.… Read More
Given a sorted array arr[] consisting of N positive integers, the task is to minimize the total number of increments or decrements of each array… Read More