3 min Coding Problems Stock Span Problem Problem Statement Given a list of prices of a stock for N days. The task is to find… November 11, 2021 Read More
3 min Coding Problems Merge Two Sorted Arrays Problem Statement Given two sorted arrays A[] and B[] of size N and M. The task is to… November 11, 2021 Read More
3 min Coding Problems Count to Infinity Problem A Distance Vector Routing(DVR) requires that a router informs its neighbors of topology changes periodically. This algorithm is… November 9, 2021 Read More
6 min Coding Problems Palindrome Partitioning Problem Problem Statement Given a string s, partition s such that every partition of s is a palindrome. Find… November 9, 2021 Read More
2 min Coding Problems Trailing Zeroes in Factorial Problem Statement Given a number n, find the number of trailing zeroes in n!. Sample Test Cases Input… November 9, 2021 Read More
4 min Coding Problems Count Inversions of an Array Problem Statement Given an array A of size N. The task is to count the total number of… November 9, 2021 Read More
3 min Coding Problems Top view of Binary Tree Problem Statement Binary Tree – A structure in which nodes are connected with each other in such a… July 8, 2022 Read More
3 min Coding Problems Coin Change Problem Problem Statement We are given an array of coins having different denominations and an integer sum representing the… June 15, 2022 Read More
5 min Coding Problems Next Greater Element Problem Statement Given an array A[], find the next greater elementG[i] for every element A[i] in the array.The… October 25, 2021 Read More
4 min Coding Problems Minimum Number of Jumps Minimum Jumps To Reach End of an Array Given an array of non-negative integers, A, of length N.… June 15, 2022 Read More