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.
No, there aren't:
And OP passed the kata so...
Please be specific.
There are issues with the test cases on the python end
There's nothing wrong with the C# tests. Apparently, permutations is not really efficient, especially with big numbers. So, try to find another algorithm for this problem.
Not a kata issue.
I think something it's wrong with C# performance. It doesn't seem right that in my environment my tests runs in less than 180ms each, 370ms all seven of them (including the big numbers ones), and that in here I get a 12000ms timeout. I mean; I'm using a laptop from 2012...
I also work in visual studio; I built my own class MorseCode, with a Get method and a dictionary where it looks for codes, to mock the behavior asked in the kata.