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.
Wow! I suspected there were some characters to shave, but this is nice!
All messages to be encoded contain only lower-case alphabetic characters and spaces (no digits, punctuation, line-feeds, etc.).
This is untrue in the random tests. There are cases generated with capital letters and apostrophes.
There's something off in the javascript random tests.
thought
is always passed as a number, not a string, and every test expects''
This comment is hidden because it contains spoiler information about the 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
Great concept and very well-presented. I think parts II & III could be combined into a single kata (one that I look forward to trying), although the more performance-hungry among us might demand a separate kata devoted only to that.
You are nothing if not thorough ;) Appreciate the heads-up.
Got it, thanks.
I'm failing around 3% of the random tests. It's always on a potion that was provided to the Apprentice in the constructor but which is later unrecognized by the Alchemist in a
process
request. Are we meant to ignore them?Superb. Reminiscent of
Flotsam
and equally fun to solve. Map ideas incoming :)... furthermore, why in the world is each string in
TABLE
inside alist
?Excellent kata, as always!
- A couple of typos in the text for the sample tests:
definately
=>definitely
&appartment
=>apartment
Should a cheesy solution like mine pass?
Loading more items...