Ad
  • Custom User Avatar

    Not a "ton of meaningless tests":-) There are only 25 tests in Clojure. A "good" solution passes in 4500ms.

  • Default User Avatar

    Unable to successfully submit this kata in Clojure due to server timeout. Per the kata author's suggestion, tried repeatedly over the course of a few hours and was never able to get it through (results ranged from 8-13 tests passing before timeout). Running the code locally, always runs vastly under the code wars times (I.E. the method call for list-squared 1 250 is 2.4 ms locally).

    It certainly doesn't help that there's a ton of meaningless tests to pass submission when there's a hard limit of 10000ms to beat.