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.
Test coverage is insufficient: the
C == 3
/R == 3
case is seldom tested in the random tests. Anything above4
is trivially generalizable, so testing those are much less important than the3/4
ones.This kata has nothing to do with Knight's Tour as each step do not require having the same distance. So the "hint" is completely misleading.
Kinda old but hey.
Tests except a path for R=2, C=4 (and others) but it doesn't exist.
I even tried feeding it the whole permutations set, none of them worked but it's still expecting a path.
You could add the examples test cases to the actual testset.