4 min Coding Problems Job 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 Problems Climbing 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 Problems Activity 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 Problems Longest 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 Problems Lexicographically 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 Problems Dining 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 Problems Count 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 Problems Median 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 Problems Longest 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 Problems Number 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