Search code examples
Similar to a coin change problem, but with "coin" repetitions and another optimization goa...


pythonalgorithmoptimizationcoin-change

Read More
Coin change logic...


javaalgorithmcoin-change

Read More
Coin Change run timeout...


javascriptdynamic-programmingcoin-change

Read More
Find the coin change (Greedy Algorithm) when coins are in decimals and returned amount in coins is l...


phpalgorithmsortingcoin-change

Read More
Coin Change - Dynamic Programming - How read all solutions from the DP table...


dynamic-programmingcoin-change

Read More
How to avoid duplicating the ArrayList on every recursive call...


javarecursionmemoryarraylistcoin-change

Read More
SICP example: Counting change, cannot understand...


algorithmrecursionschemesicpcoin-change

Read More
Coin Change Dynamic Programming Problem (limited supply of coins)...


javascripttypescriptdynamic-programmingcoin-change

Read More
SICP making change...


recursionoptimizationschemesicpcoin-change

Read More
Algorithm for the least amount of change...


algorithmcoin-change

Read More
How can I use dynamic programming in Scheme to solve the Coin Change problem?...


schemedynamic-programmingcoin-changeguile

Read More
How to find subsets from a set that product equals the target?...


pythonalgorithmrecursiondynamic-programmingcoin-change

Read More
Dynamic Programming Coin Change Problems...


algorithmdynamic-programmingcoin-change

Read More
Minimum Coin change problem - Backtracking...


pythonalgorithmbacktrackingcoin-change

Read More
Understanding a LeetCode recursion problem in Python (322 Coin Change)...


pythonrecursiondata-structuresbacktrackingcoin-change

Read More
Divide and Conquer vs Backtracking...


algorithmdata-structuresbacktrackingdivide-and-conquercoin-change

Read More
Simple algorithm to compute coins that form minimum number of coins (or any valid number of coins) f...


algorithmdynamic-programmingcoin-change

Read More
Minimum coin change problem with limited amount of coins...


c#algorithmdynamic-programmingcoin-change

Read More
Finding shortest combinations in array/sequence that equals sum...


pythonalgorithmdynamic-programmingcoin-change

Read More
Coin change recursive implementation memoizing wrong values. Could someone help debug?...


javaalgorithmrecursionmemoizationcoin-change

Read More
Algorithm or solution for selecting possible combinations of menu items within a budget...


javaalgorithmcombinationsmultisetcoin-change

Read More
Quarter counter (kotlin)...


kotlincoin-change

Read More
Python ATM program not working as intended...


pythonmathcoin-change

Read More
Racket Function for Changing 2 and 1 Euro with 10 Cents and 20 Cents...


schemeracketcoin-change

Read More
Dynamic Programming Coin Change Limited Coins...


algorithmdynamic-programmingcoin-change

Read More
Finding all permutations to get the given sum (Coin change problem)...


javaalgorithmdynamic-programmingpuzzlecoin-change

Read More
recursive coin change problem - count permutations...


pythonrecursioncoin-change

Read More
Backtracking in Standard ML...


standardssmlbacktrackingmlcoin-change

Read More
Refactoring a recursive function into iterative in a coin-change type of problem...


recursioniterationrakucoin-change

Read More
Given an elevator with max weight and n people with x_i weights, find out minimum number of rides ne...


algorithmdynamic-programmingbacktrackingknapsack-problemcoin-change

Read More
BackNext