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 comment is hidden because it contains spoiler information about the solution
C#: it says in the description: The order of rooks in the array is random and there will not be any duplicate rooks in the same tile. In the test category TestFromImage2 I get this R:
Aren't there duplicate rooks in tile [5,3]?
In the description there is a table that describes how a fish grows. But the table ends with fish size 7, so I assumed that growth is limited.
C#: How can the expected fish size be 13 if the fish size ranges from 0-9?
Can anybody help me?
to create the dictionary only once, you could write like in the kumite
Thank you, switching to C# 10 solved the problem.
The solution is wrong, depending on n. I accidentally submitted it.
I can't factor the solution because I get this error message:
"Assert does not contain a definition for 'AreEqual'"
c#: in the base tests, “Expected” and “But what” are interchanged
yes, funny, there are also no invalidatet solutions for this kata.
c#:
the function Ipow() called in TestRandomNumbers() in Test Cases (but not in Test or Attempt) doesn't seem to be correct, it raises an OverflowException if b is rather big. Could Test Cases get updated?:
This solution is displayed at the top when sorting by newest. I would just be curious how this solution could pass tests.
c# 10/2024
In “Test” mode, but not in “ATTEMPT” mode, this error message
appears after reset:
tests/Fixture.cs(10,55): error CS1503: Argument 1: cannot convert from 'uint' to 'int'
Should I change the type of the argument n from int to uint?
CS:
I think the labeling in the error message is reversed for the following tests: RandomBig, RandomFull, RandomTestsAlmostEmpty, and RandomTestsManyShare
Example:
RandomTestsAlmostEmpty
Test Failed
Expected: null
But was: < 66, 16, 4, 55, 76, 55, 36, 5, 34, 1, 35, 57, 60, 86, 6, 12, 16, 66, 60, 26, 19, 84, 40, 66, 26, 43, 26, 60, 26, 66, 43, 23, 77, 26, 50, 23, 66, 60, 74, 88, 43, 23, 12, 38, 6, 60, 85, 43, 57, 60, 6, 38, 21, 32, 20, 50, 74, 50, 50, 16, 40, 6, 2, 79, 43, 6, 66, 83, 77, 79, 12, 66, 2, 66, 32, 43, 40, 50, 26, 79, 86, 57, 6, 21, 79, 12, 43, 36 >
㊗
This comment is hidden because it contains spoiler information about the solution
Loading more items...