Skip to content

Instantly share code, notes, and snippets.

@Edmundworks
Created June 26, 2018 11:52
Show Gist options
  • Save Edmundworks/c596cc46a4252d6029f9a7df9463de0f to your computer and use it in GitHub Desktop.
Save Edmundworks/c596cc46a4252d6029f9a7df9463de0f to your computer and use it in GitHub Desktop.
Coin Change
https://leetcode.com/problems/coin-change/description/
cond (> amount min-denom)
coin-iter
else
-1))
define coin-iter
if (> amount max-denom
(- amount max-denom)
define int-process
if (> result max-denom
(- result max-denom))
if (int-process
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment