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.
Rust issue
tests::random_tests
With size = 0
Expected "" but got "1" at src/lib.rs:15:9
now on dartTranslation Dart
author is inactive
Java:
Missing fixed tests
Should use assertion messages instead of console logging
Shouldn't random tests be random and contain different types of data than just numbers?
make
Translation Dart
Sample tests should not have randomized inputs for
Haskell
Java
JS
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:
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)
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