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
This comment is hidden because it contains spoiler information about the solution
Go transtaltion available for review.
Go transtaltion available for review.
Here is my translation.
Any comments are very much welcome.
Really enjoyed this kata!
There's a great presentation on youtube by David Beazly about meta programming in python. Just search "python meta programming". It covers basics in python 2 and new features of python 3.
Thanks again for this kata, there aren't many such katas that leverage cool features of the language.
Thanks for the nice kata.
I have a question. Does this kata requires some sort of optimized algorithm?
Because my solution works but fails due to the long run.
My algorithm is a straigh forward approach. At first I eliminate the obviously wrong candidates for each cell and then I try all the remaining combinations.
I would appriciate a hint ;)
I found my mistake :)
I somehow swapped number and base arguments around.
This comment is hidden because it contains spoiler information about the solution