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.
Thank you!
Thank you for the great cata!
Your reference solution in JavaScript does not always find all optimal solutions by steps.
Example:
Possible optimal solutions (sorted by length):
dldrullul (length: 40)
Your solution: dldlllurdl (length: 30)
Possible optimal solutions (sorted by length):
urdd (length: 15)
Your solution: rdrrd (length: 7)