Skip to content

kievan/Coinizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

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

No packages published