1.0.0 • Published 11 years ago

coin-change v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
11 years ago

Coin Change

Build Status Coverage Status Code Climate Dependencies devDependency Status NPM version

Problem

For a given total and amount paid calculate the change in notes & coins.

Coins

In the UK we have the following Notes & Coins:

GBP Notes GBP Coins

Original:http://en.wikipedia.org/wiki/Coin_problem

Solution

One Method

  • De-coupled from any specific node web framework (e.g express!)
  • Asynchronous method (non-blocking)

### Server

npm start

Vist: http://localhost:3000/?total=287&paid=602

Many Answers

http://stackoverflow.com/tags/coin-change