Skip to content

A dynamic programming solution to the coin change problem implemented in C++

Notifications You must be signed in to change notification settings

ankur-arch/algorithms-coin-change-problem

Repository files navigation

The Coin Change Problem

A dynamic programming solution to the simple coin change problem implemented in C++, given the assumption that the list of denomination has a value of 1.

Running the application

g++ -o <name-you-want-to-give> COIN_CHANGE.cpp
cd /<name-you-gave>

Solved it as part of my algorithms course in 2016, hope it helps someone.

About

A dynamic programming solution to the coin change problem implemented in C++

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages