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.
Not a kata issue~~ Modify ur algorithm
Yeah. That'd be because it doesn´t work.
Same problem.
same problem here. You guys figure this out?
I'm having the same problem. Very frustrating.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I am the author of the JS version and I would be glad to help; if I can offer a pro-tip, now, I would avoid to go for array manipulation algos: if you see how big the numbers to be tested are, there is no plausible way such an approach can work in the 6000ms time limit.
I would rather try to figure out a smarter approach, getting how names repeat themselves loop after loop.
And I won't tell you more, for now, not to spoil your fun ;)
This comment is hidden because it contains spoiler information about the solution