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.
how does it works?
Fixed for JS.
I keep forgetting that nil is false, so I keep using arithmetic operators... D:
I got the Ruby version to work but in Javascript, using .reduce takes too long with big numbers and site times out. Using a simple for loop results in incorrect math with higher numbers, and there's no way to import a bigint library.
The submit suite is inconsistent due to extremely large numbers.