Coding Questions with difficulty as Hard
Largest K Integers From Stream Of Integers HARD
Given a stream of integers, find the largest K integers.
Heap SortingNumber Of Paths From Top Left To Bottom Right Cell In Exactly K Turns HARD
Given a matrix of size MxN and an integer K, find the number of the paths possible from top left cell to bottom right cell with exactly K turns.
Dynamic Programming Matrix RecursionEnhanced 01 Knapsack Problem HARD
Given a budget amount B, calculate the maximum skill possible among employees with given skill and salary.
Dynamic Programming Graph Collection