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.
Two years later, still not fixed. Description is very misleading.
I have the same problem here.
In my opinion, this is a bug in the test,but as a temporary solution, you can try to select the mono 4.2.3 version in the editor (not c# 7.3, 8.0).
In my opinion, this is a bug in the test, but as a temporary solution, you can try to select the mono 4.2.3 version in the editor (not c# 7.3, 8.0).
The problem was that I declared a static List for possible correct rotations, but between tests it was not cleared and the data from the previous test got into it. It helps to use the method List.Clear();
This comment is hidden because it contains spoiler information about the solution
Are you sure they are the same data? I'm not sure.
Trying c#. For some reason, after click button 'test' , the function test1() works correctly, but after click button 'attempt' it gives an error for the same data.
This comment is hidden because it contains spoiler information about the solution
In mathematical terms "[]" - include, "()"- not include.
This comment is hidden because it contains spoiler information about the solution
In c# description "n and m are natural numbers (positive integers)". But in test is checked negative numbers.. It seems to me, it is no accordance.
This comment is hidden because it contains spoiler information about the solution
(c#) Why is 'function named main' in description? We have to fix 'PlayTurn' function in kata.
really, for c#, function name is CombineNames (in tests) or Combine_names (in description) ?
Loading more items...