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.
This comment is hidden because it contains spoiler information about the solution
The returning values are a bit confusing (1 when it's invalid and 0 when it's valid is the opposite of True and False in Python for instance) but I get it.
What I don't get, is how a valid input with NO missing number should return 0 but an empty input should... also return 0?
Especially since it is written in the description that we are looking for a sequence of integers starting with 1.
According to the description, it should be either:
In both cases, the return value should be 1, not 0.
Theres no duplicate objects in some of the arrays
Some images are broken in the kata's description.
This comment is hidden because it contains spoiler information about the solution
It would probably be a good idea to cut some of the Sodoku rules out of the description (such as what given numbers are), since they have no bearing on the puzzle itself, and are kind of distracting.
Actual and expected are swapped in F# translation.
No tests with huge numbers divisible by 11.
No random tests.
Fortran language Translation Added :D
-> Test suit is the same as the one used in the already approved Go and Python versions.
Go language Translation Added :D
-> Test suit is the same as the one used in the already approved Go and Python versions.
JavaScript transltion Kumited! Please accept
CoffeScript Translation Kumited! Please accept
Is it possible to add this array to test?
This comment is hidden because it contains spoiler information about the solution
Loading more items...