Search code examples
find minimum sum of non-neighbouring K entries inside an array...

c++algorithmdynamic-programming

Read More
How do I find the closest possible sum of an array's elements to a particular value?...

javaarraysalgorithmdynamic-programming

Read More
Smallest number that cannot be formed from sum of numbers from array...

arraysalgorithmdata-structuresdynamic-programmingsubset-sum

Read More
Given an array of N integers, return the max sum of 3 NON-adjacent elements...

pythonarraysdynamic-programming

Read More
Find the maximum number of pieces a rod can be cut...

algorithmrecursiondynamic-programming

Read More
Number of ways to tile a W x H Grid with 2 x 1 and 1 x 2 dominos?...

algorithmlanguage-agnosticdynamic-programmingcombinatorics

Read More
Extra characters in a string | LeetCode 2707...

javaalgorithmdynamic-programming

Read More
Counting the number of positive integers that are lexicographically smaller than a specific number...

pythonalgorithmdynamic-programming

Read More
Recursion relation and overlapping sub problems...

algorithmrecursiondynamic-programming

Read More
Balanced Partition greedy approach...

algorithmdynamic-programminggreedy

Read More
minimum number of steps to reduce number to 1...

algorithmmathdynamic-programming

Read More
What is the difference between memoization and dynamic programming?...

dynamic-programmingterminologydifferencememoization

Read More
Time complexity of this dynamic programming algorithm to get nth fibonacci number...

time-complexitybig-odynamic-programmingfibonaccibiginteger

Read More
Codility - min average slice...

javascriptalgorithmdynamic-programmingkadanes-algorithm

Read More
Adding DP to 0/1 knapsack...

algorithmdata-structuresdynamic-programmingmemoization

Read More
Count the number of integers in range [0,k] whose sum of digits equals s...

algorithmdynamic-programmingcombinatoricscountingdigits

Read More
Count number of paths on 2d-array (grid Traveller)...

arrayscalgorithmrecursiondynamic-programming

Read More
Longest Ordered Subsequence of Vowels - Dynamic Programming...

recursiondynamic-programmingmemoizationsubsequence

Read More
Longest complete subsequence of ordered vowels...

pythonalgorithmdynamic-programming

Read More
Finding a path between two nodes in a k-th order fibonacci tree...

algorithmtreedynamic-programmingfibonacci

Read More
Find the length of the longest valid parenthesis sequence in a string, in O(n) time...

algorithmlanguage-agnosticdynamic-programmingcode-complexity

Read More
How are Dynamic Programming algorithms implemented in idiomatic Haskell?...

haskellfunctional-programmingdynamic-programming

Read More
Python lambda function in a list gives unexpected result...

pythonlistlambdadynamic-programming

Read More
Flip consecutive zeroes to ones in k operations to have maximum number of ones, find the maximum num...

javaalgorithmdynamic-programmingsliding-window

Read More
Maximum difference of sum of odd and even index elements of a subarray...

algorithmmathdynamic-programmingsub-array

Read More
Understanding dynamic programming timeouts with 2 different solutions...

algorithmdynamic-programming

Read More
The minimum size of substrings for the presence of at least one character...

algorithmsearchdynamic-programmingsliding-window

Read More
Single Source - Single Destination Shortest Path (DFS + DP) - Time complexity?...

algorithmgraphdynamic-programmingdepth-first-searchshortest-path

Read More
Number of all combinations in Knapsack task...

algorithmcombinationsdynamic-programming

Read More
Coin Change II : To take a value or not to...

javascriptalgorithmdynamic-programming

Read More
BackNext