Ad
  • Default User Avatar

    parens: "(())((()((()))))" expected: true
    Log
    false
    expected false to equal true

    Why is "(())((()((()))))" true?

  • Default User Avatar

    C#

    SnailTest2Empty
    Log
    [[]] should be sorted to []
    System.IndexOutOfRangeException : Index was outside the bounds of the array.
    Stack Trace
    at SnailSolution.Snail(Int32[][] array) at SnailTest.Test(Int32[][] array, Int32[] result) at SnailTest.SnailTest2Empty()

    NOTE 2: The 0x0 (empty matrix) is represented as en empty array inside an array [[]].

    I don't understand the return format at zero. If I return int [1][] or emty int[], I still don't pass the test.

  • Default User Avatar

    solutions that do not pass the current tests - should be removed or marked as outdated. Maybe.