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.
Scala translation
woah, didnt expect the timeout lol
Fixed in Python, added random tests for it as well (somewhat lazily).
Python fork
Approved, great job!
Finding the algorithm isn't enough to be deemed a puzzle, you'd also need to find out part of the specification, which is the case in this kata. Eventhough you give visual examples, the user still needs to find out the pattern. So I would add the puzzle tag.
I have no opinion in this matter as I don’t know what “puzzle” means.
From my perspective the algorithm is clearly described by example. The solving of the kata includes finding out a more formal description which then is straight forwardly implemented. Also, looking at the various solutions, I think an algorithm description would narrow it down. My solution was a recursive one (which in combination with generators isn’t something everybody is familiar with). But other solution are using different approaches (and thus different algorithms) to achieve the same results.
It’s like with sorting. By looking at the result (the sorted lists) you cannot find out which algorithm has been used. But I wouldn’t call that a puzzle either.
If, however, puzzle means that you have to find the algorithm, then I’m fine with giving this kata the puzzle tag.
Shouldn't this get a
puzzle
tag, as the algorithm to dither is not described at all?Rust translation ready for review (author inactive)
i dont understand !!! :(
I suggest to split the tests like this, and also fix the spelling on Partial
Thank you for pointing out the direction out of the fog.;=)
Loading more items...