Search code examples
Update every nth element of given a range...

pythonarrayspython-3.xlistdynamic-programming

Read More
Minimum Time to Perform One Task of Each Category (with Different Release Times)...

algorithmsortingdynamic-programminggreedy

Read More
Minimize sum of products of adjacent elements of an array...

arraysalgorithmsortingsequencedynamic-programming

Read More
how many consecutive elements are smaller before each item in the array...

arraysalgorithmdynamic-programming

Read More
Dynamic Programming - Minimum number of coins in C...

calgorithmdynamic-programming

Read More
Knapsack with min weight...

javadynamic-programmingknapsack-problem

Read More
What's the reason for the occurrence of Segmentation fault (core dumped)?...

cmallocdynamic-programmingdynamic-memory-allocationcalloc

Read More
Minimize array elements by multiplying adjacent elements only if the product is less than equal to k...

arraysalgorithmdynamic-programmingmin

Read More
Printing Items that are in sack in knapsack...

algorithmdynamic-programmingknapsack-problem

Read More
Dynamic Programming Maximum Profit for Movers in 2 cities...

algorithmdynamic-programmingsubset-sum

Read More
Issue with Memoization in Recursive Function for Finding Combinations Summing to Target...

pythonrecursiondynamic-programmingmemoization

Read More
Finding least number of moves...

javaalgorithmmathdynamic-programming

Read More
iOS Swift - Leetcode 1567. Maximum Length of Subarray With Positive Product...

swiftalgorithmdynamic-programmingsliding-window

Read More
Algorithm to 'count the number of ways a floor of size 5*N can be filled with tiles of sizes 1*5...

algorithmdynamic-programming

Read More
Knapsack C# implementation task...

c#dynamic-programmingknapsack-problem

Read More
Given an array of houses find how many segments exists after n queries...

algorithmtime-complexitydynamic-programmingbinary-searchgreedy

Read More
Python: Writing quite complicated piece of code as a List Comprehension...

pythonfor-looplist-comprehensiondynamic-programming

Read More
LeetCode - Minimum Falling Path Sum - question on memoization...

pythonrecursiondynamic-programmingmemoization

Read More
Reaching vertex d in a tetrahedron in n steps...

algorithmrecursiondynamic-programming

Read More
Why is the knapsack problem pseudo-polynomial?...

language-agnosticcomplexity-theorydynamic-programmingknapsack-problem

Read More
count of non-empty subsequences with integer average...

algorithmdynamic-programming

Read More
Why is closed form for fibonacci sequence not used in practice?...

sequencedynamic-programmingfibonacci

Read More
Number of ways for the Queen...

algorithmdynamic-programming

Read More
What's the difference between recursion, memoization & dynamic programming?...

algorithmrecursiondynamic-programmingmemoization

Read More
How to find the longest palindromic subsequence (not its length)...

algorithmdynamic-programming

Read More
Fibonacci memoization algorithm in C++...

c++algorithmdynamic-programmingfibonacci

Read More
Array of buckets with dynamic programming problem...

javadynamicdynamic-programming

Read More
Print sequence of tuples before returning a value for valid transactions...

c++algorithmtuplesdynamic-programming

Read More
Does there exist a Top Down Dynamic Programming solution for Longest Increasing Subsequence?...

algorithmdynamic-programmingpseudocode

Read More
Open a lock with the least number of moves...

algorithmdynamic-programming

Read More
BackNext