Ad
  • Custom User Avatar

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

  • Custom User Avatar

    I don't know Clojure at all, but can't you do some kind of type-check where you assess the input before trying to process it?

  • Custom User Avatar

    Doing the challenger in Clojure. I can pass all the tests except sort-odd-random-test. This one throws a java.lang.IllegalArgumentException: Argument must be an integer: error.

    Not sure what I am missing.