Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
Not a "ton of meaningless tests":-) There are only 25 tests in Clojure. A "good" solution passes in 4500ms.
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.