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.
Scala translation
I suggest to split the tests like this, and also fix the spelling on Partial
Generator laziness should be tested. Ie, limited prefixes from humongous result sets should be tested, to be returned in finite ( limited ) time.
Haskell and JS now incorporate tests for
1
element fromdither 1e6 1e6
and2
elements fromdither 1e3 1e3
, but this could be expanded.Python and LC should probably add this testing, and possibly more. ( LC has some problems retaining laziness when exporting to JS for testing. Work in progress. )
A
performance
tag may be indicated.Note: this is not intended to change the kata, just to explicitly test for specs that were always there.
Kotlin translation ready for review and approval.
Random tests are completely broken
See here