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.
Nevermind on the second part of my comment. I'm new to Codewars. I see this issue has already been remarked in the discourse section.
Are you not excluding the possibility here that when you are paid with a 100 dollar bill, you could give change if you have three 25 dollar bills? So scenario with input { 25, 25, 25, 100 } would fail with this code. I think the acceptance tests are incomplete.
Possibly more accepted code is may not take this scenario in account. Have not had time to review all code. Somebody should look into this.