Subscribe to:
Comments (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...
-
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 ...
-
1386. Cinema Seat Allocation Medium, Arrays A cinema has n rows of seats, numbered from 1 to n and there are ten seats in each row, la...
-
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...
-
72. Edit Distance Medium, Dynamic Programming Given two strings word1 and word2 , return the minimum number of operations required to ...
-
Two Sum Difficulty: Easy Given an array of integers nums and an integer target , return the indices of two numbers that add up to target . ...
-
Indexes of Subarray Sum Difficulty: Medium Given an array arr[] containing only non-negative integers, your task is to find a continuou...
-
Longest Substring Without Repeating Characters Difficulty: Medium Problem Statement: Given a string s , find the length of the longest ...