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.
Thank you. I have replaced random tests with full test suite, using your example
Thank you for revision. I have removed redundant title, changed input arg name to cellIndex and splitted the text into code/no-code parts.
Thx
Thank you for your report. This is my first published kata. Aready working on fixing this issues.
I can't solve this problem due to specific test 11. This is so weird that second pair of numbers require blanc space before them.It seems to me, that it shouldnt work like that.
expected:<[[4505, 2252],[ [1503, 750], [647, 320], [505, 248], [415, 202], [353, 170], [225, 102], [153, 60], [135, 48], [103, 20], [97, 10], ][95, 2]]> but was:<[[4505, 2252],[[1503, 750],[647, 320],[505, 248],[415, 202],[353, 170],[225, 102],[153, 60],[135, 48],[103, 20],[97, 10],][95, 2]]>