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.
Google what is a Wilson prime number before you get mad at the kata like me.
This could be considered as a 7kyu
oh, my bad, I misread
Not really, the comment below suggests changing depth for length, which I don't think is worth it because it'll render all sql solutions invalid.
it likely solves the suggestion below
Fixed again.
Weight? Seriously Weight?????
Wasn't expecting this one to be so funny
the only thing you were told not to do hahaha
Really accurate comment. Most people say it is unclear kata but I disagree. Its good to know
when and why to use = and what are you actually doing by using = with non-integer values
Is decyphering the incredibly well written instructions part of the kata difficulty?
Just a random tip.
Remember that any prime number after 10 is a multiple of 6 -+ 1 for example 11 = (6 * 2) -1 , 13 = (6 * 2) + 1
Hope this helps somebody,
The instruction: If the number has a digit 0, the numbers formed by a leading 0 should be discarded:
Just discard the 0 not the entire number, 054 is still a valid number just make it 54
The instructions should include that the numbers on the string are completely scrambled, the solution became quite simple as soon as I stopped looking for patterns on the string.
This comment is hidden because it contains spoiler information about the solution
Loading more items...