An open API service indexing awesome lists of open source software.

https://github.com/joshuacc/change-calculator

Change Calculator for determining the minimum number of coins required to give correct change.
https://github.com/joshuacc/change-calculator

Last synced: 2 months ago
JSON representation

Change Calculator for determining the minimum number of coins required to give correct change.

Awesome Lists containing this project

README

        

# Change Calculator

Just a quick implementation of [this challenge](http://www.reddit.com/r/dailyprogrammer/comments/17f3y2/012813_challenge_119_easy_change_calculator/) for the fun of it.

Complete with Jasmine specs (runnable via grunt) and a minimal Money class.