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.
Hello! Please, can you explain to me why (nbPetals-1)?
Very clever!
For python, it would be nice to put
hash_
for the first argument name ashash
is a buitlin in cause, causing shadow namesC translation (author gone)
Great Kata! I advise you to solve it in Python, it will be easier and cleaner. And if you've never touched Python before, it's a perfect Kata to start with.
This comment is hidden because it contains spoiler information about the solution
approved
that it
There is nothing easy about this kata. You need an efficient permutations algorithm, and with luck, it'll not time out.
Consider hash of all possible words.
Any hint, Where I can start?
Yes. If you are sure in your solution and it times out - try a few more times (my solution passed time out on a fifth attempt).
Same here. Has anyone solved this in Kotlin recently? Just to make sure it's not broken.
Test.assert_equals(out, '/usr/bin/killall')
in the sample tests is incorrect.This comment is hidden because it contains spoiler information about the solution
Loading more items...