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.
in JS
on console.log(res) I see a rigth answer, but return same result in function take a error and show nonchanged (arr)
exp =
AB
= 2079
Expected: ''27 * 77 = 2079'', instead got: ''63 * 33 = 2079''
Both results are correct. And in first test
ABC
= 39483
Expected: ''123 * 321 = 39483'', instead got: ''321 * 123 = 39483''
also both results are correct. Сan be excluded from tests examples that have an ambiguous solution?
Why I'm see different result of sorting array in Chrome and site (Codewars) on some random tests? Visual Studio Code give result like codewars and I'm not understand it. Code in clear Chrome work perfect.
Hi,
it is a perfect solution, but what about [nnnnneeeee]? Total will be 0, but we are not in same point.
This comment is hidden because it contains spoiler information about the solution
What about last big test with 6454 symbols? This is normal?