LK00100100 / CoinChangeProblem

How many unique ways are there to make change of VALUE with a set of COINS?

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CoinChangeProblem

How many unique ways are there to make change of VALUE with a set of COINS?

CoinChangeProblem.java uses recursion, CoinChangeProblemDP.java uses Dynamic Programming based off of CoinChangeProblem.

The javadocs on the top of both files have detailed Barney-style explanations. Read CoinChangeProblem's javadocs before you read CoinChangeProblemDP's javadocs

About

How many unique ways are there to make change of VALUE with a set of COINS?


Languages

Language:Java 100.0%