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.
Ruby 3.0 should be enabled.
Codeblocks in the description should be language specific.
The units that are used should be specified either in the description or the sample tests; users should not need to hit 'attempt' in order to know what to do.
One way to fix this is to rewrite the whole test suite (it's bad as already stated below) and copy the existing tests into the sample test cases.
JS at least needs random tests.
needs random tests.
( Haskell )
The reference solution is incorrect; the kata is unsolvable according to the specs.
I'm not fixing it; it's a bloody mess.
Could/should test negative values.
I dunno how you want your significant number be. Is it limited to 2 digits? 3 digits? And how come
1.0km != 1km
?