Ad
  • Custom User Avatar

    It's a problem with your code, print the input with: Console.WriteLine("[{0}]", string.Join(", ", intervals));
    The expected value for ShouldHandleRandomIntervals, the only test I could see the input there is also ok.

  • Custom User Avatar

    Where is your proof that there is an issue? Show us the input, expected value and your function's output at least.