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.
- Host: GitHub
- URL: https://github.com/joshuacc/change-calculator
- Owner: joshuacc
- Created: 2013-02-03T22:56:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-04T02:02:49.000Z (over 12 years ago)
- Last Synced: 2025-01-25T07:08:37.098Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change-calculator.js
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.