Ad
  • Default User Avatar

    Yeah it's my code : /

    If it helps I can post a simple test case that Fails with my code

  • Default User Avatar

    This comment is hidden because it contains spoiler information about the solution

  • Custom User Avatar

    It's most likely an issue with your code. Can you post what code you currently have with a spoiler?

  • Default User Avatar

    Unit tests passed for the C# version but hidden "Random" tests consitently fail.

    2 example failures:

    Expected is <System.Int32[4571]>, actual is <System.Int32[2342324]>
    Values differ at index [1]
    Expected: 568
    But was: 134

    Expected is <System.Int32[5096]>, actual is <System.Int32[1399024]>

    Values differ at index [0]
    Expected: 895
    But was: 649