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
It's already in the description.
In my opinion, you should add, that the stack must contain a 0 at the beginning, that was unclear to me
aside from that
Great Kata, really enjoyed it :)
It's already there in the description.
Hello everybody, I really like the Idea of this kata. However, there is one big problem that I faced: When looking at the tests, the creator of this kata implies, that 'S' is equal to 's'. So all uppercase characters are to be treated the same as lowercase characters. From my point of view, that is a wrong implication, since 'S' and 's' have different ascii codes! Change this please or make it clear in the description of the kata. Aside from that, great kata:)