Given a Stack consisting of N elements, the task is to reverse the Stack using an extra stack. Examples: Input: stack = {1, 2, 3,… Read More
All Easy Articles
Given an array arr[] consisting of N positive integers, the task is to find the maximum possible sum of the remaining array elements after repeatedly… Read More
Given a string S, the task is to check if the string target is a subsequence of string S or not, using a Stack. Examples:… Read More
Progressive Web Apps(PWA’s) are installable applications built for mobile and desktop devices using web technology (they are intended to work on any standard platform). PWA’s… Read More
Given an array arr[] consisting of N positive integers representing the lengths of N ropes and a positive integer K, the task is to find… Read More
If you have prior knowledge of Web Application Development and thinking to jump into the building of Desktop Application, you are at the right place… Read More
While working on big projects we may confront a situation where we want to import a module from a different directory. But for some reason,… Read More
The task is to create a Database-driven Employee Management System in Python that will store the information in the MySQL Database. The script will contain… Read More
Temporary files in a linux environment are world-writable and world-readable which means that any user in the system can read and write to the temporary… Read More
JSON, Endpoints, Postman, CRUD, Curl, HTTP, Status Code, Request, Response, Authentication, All these words are familiar to you if you are in backend development and… Read More
Given an array, arr[] consisting of N integers, the task for each array element arr[i] is to print the sum of |i – j| for… Read More
Given an array arr[] consisting of N positive integers, the task is to find an array element X such that sum of its absolute differences… Read More
Pycharm is a very popular integrated development environment from Jetbrains. In this article, we will look into how we can change the themes of Pycharm… Read More
In Matplotlib a button is one of the important widgets by which we can perform various operations. They are mostly used for making a good… Read More
Given a string S consisting of N characters, the task is to find the length of all prefixes of the given string S that are… Read More
Given a string S consisting of N characters and a positive integer K, the task is to count the number of substrings having at least… Read More
Project Introduction: In this article, we will learn how to make a simple text editor JavaScript application where we can manipulate the user input in… Read More
Round 1(Online Assessment–120 minutes): This assessment will take about 2 hours to complete and this assignment is designed to help you showcase your coding skills… Read More
The purpose of this article is to set the font-size-adjust property using CSS. Approach : The font-size-adjust property sets the size of lower-case letters relative… Read More


