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 suggest a change of the last "Note" in the description to clarify all the questions and issues raised here: https://www.codewars.com/kumite/63b1e17ea4ade109270f63dd
How did you solved this problem? It is the same I am having now :)
Hi :) Please let me know where I'm failing:
rows did not match expected @@,name ,first_lastname,... ...,... ,... ,... ,Quinn ,Howe ,... : ,Arden Trantow ,Prosacco ,... ,Taina ,Lueilwitz ,... ...,... ,... ,... ,Leola ,Bahringer ,... : ,Lucius Gerhold ,Nitzsche ,... : ,Sen. Waldo ,Klein ,... ,Ashanti ,Yost
Thanks :)
Test cases for random numbers sometimes does not include the possibility of having 9 digits in the middle of the number. If this happens, sometimes code accomplish well the task because these random tests are missing and in other cases it will fail in these cases.
Examples like 9999 -> 10000, 999 -> 1000, 99 -> 100, 9 -> 10
Programming Language: C
My algorithm outputs this for abc
Output: abc
Output: acb
Output: bac
Output: bca
Output: cba
Output: cab
But I obtained failed when the output is equal, and passed all the tests of the kata.
Hi,
this might help you
Dears,
Please let me know what is the input for each of the tests.
For the first one is clear and is displayed on the screen as
the layout and for the others? For instance, I would like to know
the input for the observed case "11".
Cheers,
António Pedro
That's not a mistake, that means that test expects
false
. Read this: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Logical_NOTHello
I have tried my regular expression and all passed in test.
I found a mistake that in tests before most of the validations there is a "!" character.
Please help in order to solve this kata.
Cheers,
António Pedro