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.
A solution like this showcases how the ceiling for coding is raised with advanced math knowledge. It is not the 'best practice' because everyone should be expected to reach this conclusion. It is the 'best practice' because it is the simplest and most efficient solution.
This is very confusing, kata description should be updated. Below is the simplest way I can think to write this:
The two following examples are all 'aligned in 1 dimension', based on how it is written now:
This is how it should be viewed:
I always enjoy a good geometry kata, but it may help to stipulate that the arc is always 90°.
The description states the area is square (which implies 90°), but it could be a little more clear for an 8kyu kata.
This comment is hidden because it contains spoiler information about the solution
Not a kata issue, and changing that now is unfair.
Tests don't account for hyphenated or double names ('Amelia-Rose', 'Mary Jane', etc.)
Tests don't account for hyphenated or double names ('Amelia-Rose', 'Mary Jane', etc.) but this solution does.
It's a special character in regex, it matches to any single character except line terminators.
So: /.*/ = any character any number of times
The longer I look at it, the more beautiful it becomes...