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.
I see that some of the Clojure solutions are able to use Integer/toBinaryString, but when tryin to use that function in my own session the underlying JVM wasn't able to find it for some reason so I had to implement my own. Some sort of inconsistency with the environment?
the test passing a BigInt to the solution function made this kata tedious, but on a positive note it was beneficial for me to read more about the nature of numeric types in Clojure.
idk how that one slipped by