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.
Thanks :)
It seem that this issue still appears:
[1, 2, 5, 6, 7, 8, 10, 11, 11, 12, 12, 13, 16, 17, 19, 21, 27, 32, 33, 34, 37, 37, 39, 47, 50, 51, 53, 54, 55, 56, 57, 65, 65, 68, 68, 68, 70, 71, 76, 78, 81, 82, 83, 84, 85, 86, 87, 91, 91, 98]
should equal
[1, 2, 5, 6, 7, 8, 10, 11, 11, 12, 12, 13, 16, 17, 19, 21, 32, 33, 34, 37, 37, 39, 47, 50, 51, 53, 54, 55, 56, 57, 65, 65, 68, 68, 68, 70, 71, 76, 78, 81, 82, 83, 84, 85, 86, 87, 91, 91, 98]
The number 27 belongs to initial list but disappear in authour's test solution for some reason...
No problem :)
This comment is hidden because it contains spoiler information about the solution