All Medium Articles
Given string str consisting of only lowercase English alphabets, the task is to find the substring of the smallest length which contains all the vowels.… Read More
Given a string S of length N, and an array A, consisting of lowercase letters. Also given a positive integer K. the task is to… Read More
Prerequisites : Introduction to tkinter | Sentiment Analysis using Vader Python offers multiple options for developing a GUI (Graphical User Interface). Out of all the… Read More
Given a triangular pyramid with its vertices marked as O, A, B and C and a number N, the task is to find the number… Read More
Given an integer N, check whether the given number is a Moran Number or not. Moran numbers are a subset of Harshad numbers.  A number… Read More
Given a non-empty string S consisting of only lowercase English letters. The task is to find if there exists any string which has left shift… Read More
Given an array arr[] and an integer K, the task is to find number of non empty subsequence of length K from the given array… Read More
Given an array arr containing N integers, the task is to count the possible number of pairs of elements with the same number of set… Read More
Java IO(Input/Output) is used to perform read and write operations. The java.io package contains all the classes required for input and output operation. Whereas, Java… Read More
Given character C and an integer N representing N number of coins in C position where C can be either head or tail. We can… Read More
The export statement is used when creating JavaScript modules to export objects, functions, and variables from the module so they can be used by other… Read More
In this article we will see how we can create a calculator using PyQt5,A calculator is something used for making mathematical calculations, in particular a… Read More
Illumination model, also known as Shading model or Lighting model, is used to calculate the intensity of light that is reflected at a given point… Read More
Given an undirected graph with V vertices and E edges, the task is to find the maximum contiguous subarray sum among all the connected components… Read More
Folium builds on the data wrangling strengths of the Python ecosystem and the mapping strengths of the leaflet.js library. Manipulate your data in Python, then… Read More
Given a positive integer array arr[] of size N, the task is to find the maximum sum of a subsequence with the constraint that no… Read More
Given an array arr size N, the task is to print the final array value remaining in the array when the maximum and second maximum… Read More
Given a number N, the task is to write a C program to find the square root of the given number N. Examples:  Input: N… Read More
Pre-requisite: Basics of File Handling in C Given a text file in a directory, the task is to print all the odd line content of… Read More
There is a component in Java that basically decides which thread should execute or get a resource in the operating system. Scheduling of threads involves… Read More