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.
- Host: GitHub
- URL: https://github.com/raphexion/coin_return
- Owner: Raphexion
- Created: 2022-01-05T19:15:22.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-05T19:15:36.000Z (over 3 years ago)
- Last Synced: 2025-04-01T20:47:18.092Z (2 months ago)
- Language: Elixir
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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}