Ad
  • Default User Avatar

    In Python, the following generates a timeout:

    def min_remove(A):
        pass
    

    Given that, I don't see how one could solve this kata in the allotted time.

  • Default User Avatar

    my code passes both the static_tests and the small_random_tests. Then I get an "ExcecutionTimeout Error" while running the big_random_tests. Is this considered to be an error produced by my code or is the array given as input in the test simply too big?