Ad
  • Custom User Avatar

    the name

  • Custom User Avatar

    python: actual and expected are swapped in the random tests ('cause what's called expected is actually the answer of the user...)

  • Custom User Avatar

    Hi,

    there is an issue about the kata, but not about its correctness. Your approach cannot work. What you're designing here is the following:

    _/\_ _/\_ _/\_ _/\_ _/\_ _/\_ _/\_...
    

    which is not at all what you're supposed to do.

    closing, here, as the proper issue as been raised above.

    cheers

  • Custom User Avatar

    python + JS: the sample and fixed tests are just a joke only 2 tests, none testing the recusive aspect. Hence they are actually useless and the user is directly facing a fail on the random tests, with a huge value of n.

    => need more fixed tests ith n from 2 to 4, for example -> n=2 would be enough.

  • Default User Avatar

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

  • Default User Avatar

    imo the rgb value should just be given as an array instead of three seperate arguments