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.
lol this is so cool
This comment is hidden because it contains spoiler information about the solution
I learned a few new things due to this kata - thanks! Very intersting :)
Love the map(Number) to call the constructor, never seen that before.
This comment is hidden because it contains spoiler information about the solution
This method potentially reevaluates the score of the winning word more than once in its iteration of the input text string, and so even though it's still O(n) performance time I think it's less efficient than evaluating each word only once as in other solutions.