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
This comment is hidden because it contains spoiler information about the solution
I wasn't sure about whether this should be an issue or not. The points I mentioned could be figured out by intuition, but I felt like they weren't clear from reading the discription.
Thank you for updating the description; I marked the Kata as Ready.
While the goal of this Kata is not too hard to figure out, in my opinion the Kata's description is not complete. At the very least, the description should mention that the i-th letter in the latin alphabet maps to the i-th (assuming 1-based indexing) element in the array. It should also mention the way upper-case letters are to be transformed.