-
Notifications
You must be signed in to change notification settings - Fork 0
kievan/Coinizer
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Coinizer breaks up coin amount into the smallest possible number of coins.
Sample output:
Input:
Coin amount: 13
Coint types: 3,7
Output:
array(2) {
[0]=>
string(32) "Coin type: 7, Number of coins: 1"
[1]=>
string(32) "Coin type: 3, Number of coins: 2"
}About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published