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.
Hello! Why do I have such a result?
Expected: [764, 987, 567, 155, 329], instead got: [329, 312, 181, 266, 606]
what are the parameters here: a.letgth = ? i = ? n = ?
Thank you, so much! It helped!)))
Hell, all!
Why array2 is not iterable?
when I apply any of the iteration methods to array2 - it's an error.
the test passes, but when I press try, it says that array2 is not iterable.
I agree. My mistake is that I misunderstood the task. :)
Hi, guys!
Maybe I'm wrong, but this test is wrong "testing(longestConsec(["wlwsasphmxx","owiaxujylentrklctozmymu","wpgozvxxiu"], 2), "wlwsasphmxxowiaxujylentrklctozmymu")"
Because, this array has the longest string at index 1.
Correct me if I'm wrong. Thanks!