Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Hmm, I see. I assumed that we could break the money, if we needed so. I'll give it another go then and let you know.
All cash can't be used as change. You cannot just split a 100 into 25s in order to return it as change. A 50 may be used if the customer gives you a 100. A 25 is always useful. Your code just counts the total cash you have.
You can print the input to your function.
No, the answer would be "NO".
There are 5 25s the clerk gets. You need 6 25s to make change for the 2 100s you will get at the end. There isn't enough change.
I'm having problems with the 11th test "YES" should be equal "NO", I don't know how to look at the test case but in the discussion thread i've read that its clients = [25,25,25,25,25,100,100] and in this case the answer would be "YES"
is it broken? I'm using python btw
You aren't looking if you return to the start point
0 should return True
input == 0
output == True
yours doesnt't work
0 is a square