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.
wait, strings can be compared??!
eval is good solution in this task, but eval isn't good function
well done :-)
nice
what ' , x ' means in lambda?
Thank you!
Sorry!
Please know that you need to use a spoiler flag when discussing code / solution methods. I have added the flag.
This comment is hidden because it contains spoiler information about the solution
peak
Ohh I like this, very clever.
Love to see that my exact solution is the top voted one. :)
wow meron palang ganon
Love to see that my exact solution is the top voted one :)
I didn't at once guess to combine single and double quotation marks.
Function signature is
def bestWord(points: Vector[Char], words: Vector[String]): Int = ???
but should bedef bestWord(points: Vector[Int], words: Vector[String]): Int = ???
.Loading more items...