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.
I have a guess... do you separate the cards by their team? If so, you might be missing the case that the game ended abruptly because one team is down to 6 men. You might be counting cards that should be ignored... if they came after the game stopped
Not sure what's the problem... The return has 2 items, [10,11] - because team B still have 11 players.
It should return (10,11) -
10 players on team A because player #5 is out for 2 yellow cards
11 players on team B (none received any card)
BTW - where did you see this case? I don't see it in the test-cases. What language?