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 does not describe an issue. Your answer is wrong, and the required information is in the description.
Hi all. Are the tests for the Python version working correctly? I've finished my solution, and it passed the first tests, but when I attempt, most of the tests failed, and when I checked them it didn't made any sense to me. For example, one of the test says the following:
"-----magic_music_box(['CREDIBLE', 'DREAMER', 'JOURNEY', 'CONSISTENT']): ['CREDIBLE', 'CONSISTENT', 'DREAMER'] should equal [] ".
In the list of words to evaluate, comes 4 words, and my solution returns 'CREDIBLE', 'CONSISTENT', 'DREAMER', and according to the test it should return an empty array.
I've checked the instructions several times, and I don't find any sense to this, the word 'CREDIBLE' contains 'RE', the word 'CONSISTENT' contains 'SI', and 'DREAMER' contains 'RE' again but in a different word so it's valid according to the instructions. Why does the test says it should return an empty array? am I missing something? And this happens in a lot of the tests, only 9 passed and 241 failed, but as I mentioned before, I've quickly checked some of them and they don't do sense to me. Please help me
Mine worked aswell, but I am really not an expert programmer, especially when it comes to more complex built in functions.
it works for me, let's see if others will also be able to submit solutions
Thanks a lot for the answer, you can try now if the new C# translation fulfills all the requirements :-)
just pick my solution as reference solution
We are not fully sure about the C# version being correct. We revised it a couple of times before aproving it, and at first sight it seemed that the solution was correct. We don't know the translation author and we are not experts in the language, we would appreciate any help in order to improve the C# version.
Several things:
Mine doesn't work as well
Are you sure the C# version is correct?
This comment is hidden because it contains spoiler information about the solution
so i test my own solution with a different one
It really a good translation, but I have a question, why the solution of the kata is not the same as the ReferenceSolution from the tests?
Solved both
Loading more items...