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.
My code timed out. Did anyone have that problem? If yes, how did you solve it?
I keep getting this error: 'ranking should be in ascending order Test Failedexpected: >= 48 got: 47'. What am I missing?
I've had the same issue.
This comment is hidden because it contains spoiler information about the solution
I've got the following error: 'should return the expected results test failed'. But the actual answer and the expected answer are the same. What can I do?
This comment is hidden because it contains spoiler information about the solution
I think there's a mistake in the C# version. In line three there's the class Simplexer : Iterator but I think it should be class Simplexer : IEnumerable. Am I correct?
Haha okay, well I'm going to look into that.
My code timed out but I don't really know how to optimize my code. Can I get a clue?