Ad
  • Custom User Avatar

    This comment saved me! I was struggling to get why on the random tests even my first instruction was wrong... that's the answer, you don't always start on top floor.

    Indeed a basic test like that would help saving some frustration :)

  • Custom User Avatar

    You're doing recursion wrong, that's why your code fails. You need to return the recursive call to your function.