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.
Wrong solution!
Your code is fail with test case {25, 50, 25, 100}.
Got 25 cash => you have {25} cashes, you give change: {0}.
Got 50 cash => you have {50} cashes, you give change: {25}.
Got 25 cash => you have {50, 25} cashes, you give change: {0}.
Got 100 cash => you have {100} cash, you give change: {50, 25}
=> return "YES"