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.
This comment is hidden because it contains spoiler information about the solution
distingiush -> should be distinguish
I also have the same problem in this kata and another few... Could someone explain what does error say? Why solution is incorrect when all rows are the same as in expected table?
This task is unclear. What is parameter(number of...)?
Could someone explain why:
a = [79, 35, 54, 19, 35, 25]
make_valley(a) --> [79, 35, 25, 19, 35, 54]
number 54 is moved to right sight?
why is not:
[79, 54, 35, 19, 25, 35] ?