4 min Coding ProblemsJob Sequencing With Deadlines Problem Statement Given an array of jobs having a specific deadline and associated with a profit, provided the…October 25, 2021 Read More
3 min Coding ProblemsClimbing Stairs Problem Problem Statement Given a staircase of N steps and you can either climb 1 or 2 steps at…June 15, 2022 Read More
3 min Coding ProblemsActivity Selection Problem Problem Statement Given N activities with their start time and end time. The task is to find the…October 23, 2021 Read More
3 min Coding ProblemsLongest Substring Without Repeating Characters Problem Statement Given a string S. The task is to find the length of the longest substring without…March 29, 2022 Read More
2 min Coding ProblemsLexicographically Smallest String Problem Statement Given a string S. The task is to find the lexicographically smallest string possible by inserting…March 15, 2022 Read More
4 min Coding ProblemsDining Philosophers Problem Problem Statement The Dining Philosophers Problem is a classic resource-sharing synchronization problem. It is particularly used for situations,…October 23, 2021 Read More
3 min Coding ProblemsCount The Triplets Problem Problem Statement Given an array A[] consisting of N integers. The task is to count the number of…March 15, 2022 Read More
8 min Coding ProblemsMedian of Two Sorted Arrays Problem Statement There are two sorted arrays A and B of sizes m and n respectively. Find the…October 21, 2021 Read More
4 min Coding ProblemsLongest Palindromic Subsequence (With Solution) Problem Statement Given a string S, find the common palindromic sequence ( A sequence that does not need…October 21, 2021 Read More
4 min Coding ProblemsNumber of Pairs Problem Statement Given two integer arrays A[] and B[] of size N and M respectively. The task is…October 13, 2021 Read More