Count the coins: Difference between revisions

Content added Content deleted
(Added AppleScript.)
No edit summary
Line 28: Line 28:


;References:
;References:
* [http://mitpress.mit.edu/sicp/full-text/book/book-Z-H-11.html#%_sec_Temp_52 an algorithm from MIT Press]. (No longer online.)
* [https://mitpress.mit.edu/sites/default/files/sicp/full-text/book/book-Z-H-11.html#%_sec_Temp_52 an algorithm] from the book ''[[wp:Structure and Interpretation of Computer Programs|Structure and Interpretation of Computer Programs]]''.
* [https://algorithmist.com/wiki/Coin_change an article in the algorithmist].
* [https://algorithmist.com/wiki/Coin_change an article in the algorithmist].
* [[wp:Change-making problem|Change-making problem]] on Wikipedia.
* [https://en.wikipedia.org/wiki/Change-making_problem Wikipedia article].
<br><br>
<br><br>
=={{header|11l}}==
=={{header|11l}}==