Ad
  • Custom User Avatar

    Random tests never generate cases where len(pipe) is less than n. It may lead to solutions like this.

  • Custom User Avatar

    Amazing kata.

    The colors in the description could be changed to black for better visualization in light mode.

  • Custom User Avatar

    Loved this! so much I made a Java translation

    I know this is years old but a fella got to keep him self busy right?

  • Custom User Avatar

    I've made random tests generate tube with unique values because I don't want to fix/replace the author's solution the author wanted so, but it's not stated anywhere whether the tube may include 0's (the current test setup doesn't generate these too). Apparently, some solutions handle them incorrectly including the currect reference solution.