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.
That is my problem also. If letters in alphabet map to sequential numbers where a=1 ... z=24 climbing has more points when all the letters or point values are added together. I must be missing something because people are passing this.
Ya i'm getting the same thing..
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Assert::That(highestScoringWord("what time are we climbing up the volcano"), Equals("volcano"));
Why does it want to return "volcano", when "climbing" is the highest scoring word? or am i wrong ?