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.
It doesn't pass anymore with the added tests, but solutions revalidation isn't working like it should and it still appears as valid.
does not work with case: Line.Tickets(new int[] {25, 50, 25, 25, 100}) - your solution returns "NO", when it should return "YES".
Just checked, that case expects "NO".
Are u sure..... that test is supposed to be "NO".....
(Java) Test 7 - Log: 50 100 100 expected:<[YES]> but was:<[NO]>
I cant understand how is that. First man has 50, and we know that Clerk initialy has no money, how he can give him change?
Other Tests were passed. Help please!