All Easy Articles
Django is a high-level Python  based Web Framework that allows rapid development and clean, pragmatic design.  It is also called batteries included framework because Django… Read More
TCS hires candidates for Innovator profile from IITs, NITs, IIITs and Top Institutes. Through this hiring you will get a Research role in the TCS… Read More
Given an array arr[] consisting of capacities of N buckets where arr[i] denotes the capacity of the ith bucket. If the total amount of water… Read More
Given two arrays arr1[] and arr2[] of size N, consisting of binary integers, the task is to check if arr1[] can be converted to arr2[]… Read More
The computer is an intelligent combination of software and hardware. Hardware is simply a piece of mechanical equipment and its functions are being compiled by… Read More
Given an array A[] consisting of positive integers, the task is to find the minimum value of |A[x] – A[y]| + |A[y] – A[z]| of… Read More
Prerequisites: Multidimensional array in C++, Multidimensional array in Java Multidimensional Arrays: Multidimensional arrays are a tabular representation of arrays to store multiple elements. These dimensions… Read More
Modulation in communication systems is a widely used process in which characteristics like amplitude, frequency, or phase angle of a high-frequency carrier wave is varied… Read More
Nowadays the extension of JavaScript i.e Node.js is quite popular among programmers in the field of competitive programming. In this article, we will discuss how… Read More
Vue.js is a progressive framework for building user interfaces. The core library is focused on the view layer only and is easy to pick up… Read More
Given an array arr[] consisting of N distinct elements, the task is to find the maximum number of pairs required to be decreased by 1… Read More
Screenshots allow users to capture what’s present on their screen. They are important if you want to share particular information with others or refer later.… Read More
Given an array arr[] consisting of N positive integers, the task is to find the count of unique pairs (i, j) such that the sum… Read More
Given an array input[] consisting only of 1s initially and an array target[] of size N, the task is to check if the array input[]… Read More
Given an integer N denoting the number of buckets, and an integer M, denoting the minimum time in minutes required by a pig to die… Read More
Online Round: Find the longest subarray in an unsorted array that has an abs diff b/w adj Elem <= 1 after being sorted. My approach:… Read More
Hey guys, I recently interviewed for the Technical intern position at Rakuten. The entire process was virtual due to the ongoing pandemic situation and comprised… Read More
In this article, we will learn how to create an image lightbox with Zoom In and Zoom Out functionality in React. So let’s get started… Read More
In this article, we will capture a screenshot of a view and store the image in the gallery. A sample video is given below to… Read More
Nowadays many apps using Machine Learning inside their apps to make most of the tasks easier. We have seen many apps that detect text from… Read More