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
Clever, but very slow. My solution is 4.27x faster.
This comment is hidden because it contains spoiler information about the solution
This is almost twice as slow than using a for of with a stack array that joins at the end, but it's clever.
This is almost twice as slow than using a for of with a stack array that joins at the end.
a for of to the string is faster and more readable.
This comment is hidden because it contains spoiler information about the solution
Awesome. 268x faster than my solution.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
They are passing, but the Attempt is not. I also think there is a problem.
Terribly indented code 🤮
Awesome!