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

https://github.com/raphexion/coin_return

How many ways can you give back coins for a given amount.
https://github.com/raphexion/coin_return

Last synced: 2 months ago
JSON representation

How many ways can you give back coins for a given amount.

Awesome Lists containing this project

README

        

# CoinReturn

How many ways can you give back coins for a given amount.

%{1 => 11} %{1 => 6, 5 => 1} %{1 => 1, 5 => 2} %{1 => 1, 10 => 1}