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.
Added a Haskell fork that completely overhauls the existing translation and adds random tests.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Approved for test framework update.
And that is why using var is generally considered as a bad practice...
It's difficult understanding some katas like this one, challenging.
Random tests should also generate invalid cases (at least 30-50% of the time) and not just rely on fixed and sample tests (presumably all languages)
Missing fixed, sample and random tests for cases below:
n = true / false
n is a floating-point number (
1.23
)python new test framework is required. updated in this fork
python new test framework is required. updated in this fork
This comment is hidden because it contains spoiler information about the solution
same solution
Oh I see now. I was confused because I thought you were checking for duplicates in the set, which wouldn't make sense. Thanks for your help!
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Loading more items...