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.
I didn't know how to do it - I'm not good in such katas. I think there is too much tags - numbers, algorithms, mathematics - it's not the topic of this kata.
Great math riddle - love such ones! Some 1e6 test cases would make it more tricky :)
This comment is hidden because it contains spoiler information about the solution
Correcting simple typos won't teach coding - it would only teach how to correct typos. When you put : instead of = in variable assigment, better make some clear code showing what will those operators do and how they differ. Those aren't common mistakes. I can't imagine someone trying to assign variable with : insted of = nor someone returning cleraly named function argument just next line after assigning another clearly named var.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Correct use of basic math doesn't make my mind highly scientific. Less tag-asceticism could be helpful in preventing ugly guys like me of commenting such katas, alone 'fundamentals' could be expanded with something like 'not-scientific' or 'unreal-world-like-all-katas-pretend-to-be'.
This comment is hidden because it contains spoiler information about the solution
Third test in js has a typo - again test goodSudoku2 instead of goodSudoku3.