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.
Hi there,
i have elixir optimisation issues. I need a hint on the data structure to store u in. I end up using a Map as a cache.
I get a timeout after 30 random tests...
i cannot get my clojure solution running one test is complaining. I dunno why.
update: i think its because each row needs to contain numbers from 1-9, i need to cover that as well.
I have published a clojure translation. Can some1 approve plz :)
i added more random tests.
I have published a Java translation.
In doing so i learned something interesting about Java integer arithmetic :)