I hereby claim:
- I am caretcaret on github.
- I am caretcaret (https://keybase.io/caretcaret) on keybase.
- I have a public key whose fingerprint is 6B51 7B11 64E7 FF93 E289 E3B2 1EA7 D6CF BEE5 61CD
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
Generated By csTimer on 2015-8-24 | |
solves/total: 500/500 | |
single | |
best: 17.06 | |
worst: 1:03.11 | |
mean of 3 | |
current: 27.30 (σ = 3.13) | |
best: 21.76 (σ = 3.95) |
from __future__ import print_function | |
def inverse_coinstar(coins): | |
N = len(coins) | |
value = sum(coins) | |
memo = {} | |
# ways to make n from coins[:i] | |
def ways_to_make(n, i): | |
if n == 0: |
I hereby claim:
To claim this, I am signing this object: