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.
I see what the problem was now, thank you.
Does "owiaxujylentrklctozmymu" not count?
What am I not getting about this problem?
Ruby
One of the test cases fails.
testing(longest_consec(["wlwsasphmxx","owiaxujylentrklctozmymu","wpgozvxxiu"], 2), "owiaxujylentrklctozmymuwpgozvxxiu")
Expected: "wlwsasphmxxowiaxujylentrklctozmymu", instead got: "owiaxujylentrklctozmymuwpgozvxxiu"
I see, sorry this was the first I posted an issue, will make sure to post which language next time.
Thank you!
Well, I'm trying to solve it with Ruby.
But I'm not having a problem with the programming language.
I am having a problem with the letters, being used in the kata. I'm not sure which alphabet is being used.
The kata is not explained completely.
Could you add a more detailed description?
What alphabet should be using?
I assumed that it was just the english alphabet which should go from 1 to 26, but the expected results throw out numbers like 28, 29, 30, etc.
Thank you in advance