Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in dynamic-programming

What's the difference between Levenshtein distance and the Wagner-Fischer algorithm

Parallel Dynamic Programming

String Reduction - Programming Contest . Solution needed

How to tell if greedy algorithm suffices for finding minimum coin change?

0-1 Knapsack w/ partitioning constraints

Algorithm to find maximum sum of elements in an array such that not more than k elements are adjacent

Algorithm for Human Towering

What is an algorithm to split a group of items into 3 separate groups fairly?

Dynamic programming - determining the state

Algorithm for optimal packing with known inventory

Are tail recursion and dynamic programming the same?

Given a set of ranges S, and an overlapping range R, find the smallest subset in S that encompases R

Number of ways to form array using only 3 elements?

String distance, transpositions only [duplicate]

Minimum difference between sum of two numbers in an array

Julia: optimize simulation of simple dynamical system

Coin change DP solution to keep track of coins

Optimising a recursive brute force into a more mathematical/linear solution

Knapsack with mutually exclusive items