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.
Use regex for simple operations like this is not efficient, you can make some benchmark and check that.
Regex is more expensive that make a simple loop and check character by character.
Sorry will do, first time using Codewars and first comment.
Please use spoiler flag next time.
This comment is hidden because it contains spoiler information about the solution
Why is that semicolon up here?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
My bad, this is a suggestion all right :)
Not an issue
Not an issue, a suggestion ;-)
Shouldn't it be a suggestion, not an issue?
The requirement of having to find 5 highest values suggest repeated use of one function. The kata can be made a bit more attractive by requiring the use of different functions, for example: highest, lowest, average, etc.
There are no sample tests, just ignore them and try attempt directly.
This comment is hidden because it contains spoiler information about the solution