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.
Oh sorry, my apologies I misread the error code.
Given [25, 25, 25, 25, 25, 100, 100]
Expecting "YES"
The way I see it, 3 $25 notes are given as change for the first $100
Leaving only 2 $25 notes which is not enough change for the second $100
Is this my error or a problem in the test case?