gluntn / currency-py

Converts a given value and breaks it down into the various coins and bills used in Norway.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Currency converter.

Author: William Østensen

How to use:

You give the program a money value (in NOK), and it shows you the best combinations of NOK for the particular money value.

Known issues:

The program is at worst O(N^2), I think. I don't know how to fix it, yet.

About

Converts a given value and breaks it down into the various coins and bills used in Norway.

License:MIT License


Languages

Language:Python 100.0%