https://github.com/meysam81/change-coin
coin dispenser machine, returning the optimal result in O(numberOfCoins * targetValue)
https://github.com/meysam81/change-coin
algorithm coin-change coin-changer coin-dispenser java
Last synced: 6 months ago
JSON representation
coin dispenser machine, returning the optimal result in O(numberOfCoins * targetValue)
- Host: GitHub
- URL: https://github.com/meysam81/change-coin
- Owner: meysam81
- License: gpl-3.0
- Created: 2018-06-06T11:01:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-06T11:09:55.000Z (over 7 years ago)
- Last Synced: 2025-03-16T16:19:59.649Z (9 months ago)
- Topics: algorithm, coin-change, coin-changer, coin-dispenser, java
- Language: Java
- Size: 17.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# change-coin
coin dispenser machine, returning the optimal result in O(numberOfCoins * targetValue)