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.
fixed
(Python) 1000 tests is a bit too excessive. 100 should be enough.
.
Seems to be fixed. Answers for 98 (2,2,1) and 54 (0, 0, 0) are OK.
the other way around:
n = 98 --> 2-2-0 (not 2-2-1)
n=54 --> expected 0-0-0??? that's not possible
please check again
should be good now
Sample tests and fixed test expected results for
C
are WRONG.Result of
n=98
should be2-2-1
, not2-2-0
!I have the same problem