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.
Sample tests should not have randomized inputs for
Haskell
Java
JS
PHP
fork, for fixing this, and (probably) this issues.In PHP:
Missing real fixed and sample tests
Code for random tests should be removed in sample tests
Actual and expected are flipped
In JS, kata did not check whether the user's result is a 1D array or a 2D array.
For example, my result looks like:
instead of:
Description should be language-agnostic
The example from the description should be included in sample tests for all languages. Currently, most of them (if not all) don't.
The Example Test is exactly the same as the real Test Cases
There should be fixed tests in JS and the code for random tests should be removed in sample tests section.
Coffeescript
Crystal
Julia
(author inactive)
Ruby 3.0 should be enabled.
It's not clear whether only the last
"ER"
has to be removed or this process should be repeated. The tests check only the former case, though.The image in the description is dead.
No random tests in JavaScript (at least).
Is this solution only works with even numbers? Because I am having troubles with odd ones. (just like @Bugagashinka said)
Would like to ask more test scenarios and it's results.
Also would like to clarrify some specifications