Subscribe to:
Posts (Atom)
Featured Posts
GeeksforGeeks: Indexes of Subarray Sum
Indexes of Subarray Sum Difficulty: Medium Given an array arr[] containing only non-negative integers, your task is to find a continuou...
Popular Posts
-
85. Maximal Rectangle Hard, Dynamic Programming Given a rows x cols binary matrix filled with 0 's and 1 's, find the larges...
-
Indexes of Subarray Sum Difficulty: Medium Given an array arr[] containing only non-negative integers, your task is to find a continuou...
-
Kadane's Algorithm Difficulty: Medium Given an integer array arr[]. You need to find the maximum sum of a subarray. Examples: Inp...
-
32. Longest Valid Parentheses Hard, Dynamic Programming Given a string containing just the characters '(' and ')', return t...
-
1335. Minimum Difficulty of a Job Schedule Hard , Dynamic Programming You want to schedule a list of jobs in d days. Jobs are dependent ...
-
Minimum Jumps Difficulty: Medium You are given an array arr[] of non-negative numbers. Each number tells you the maximum number of ste...
-
64. Minimum Path Sum Medium, Dynamic Programming Given a m x n grid filled with non-negative numbers, find a path from top left to bot...
-
45. Jump Game II Medium, Dynamic Programming You are given a 0-indexed array of integers nums of length n . You are initially positio...
-
Kth Smallest Difficulty: Medium Given an array arr[] and an integer k where k is smaller than the size of the array, the task is to f...
-
72. Edit Distance Medium, Dynamic Programming Given two strings word1 and word2 , return the minimum number of operations required to ...