Find minimum number of coins that make a given value: Difference between revisions

Content added Content deleted
(Added 11l)
Line 19:
 
=={{header|11l}}==
{{trans|Python Python_:: Procedural_Procedural}}
 
<lang 11l>V denominations = [1, 2, 5, 10, 20, 50, 100, 200]