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.
Java, CS, JS: the attempt tests should include fixed tests (see authoring guidelines).
Go translation (removes the last line of the description, see issue above).
Rust translation
Rust translation (author is inactive).
Expected: 2. Result: 2. What the heck is that? Every test case was like that.
Duplicate of "multiplying numbers as strings".
In java version:
Expected: 7 but was: 9
even supposed to mean in context of string reversal?Note that
bignumber.js
is not banned, which makes this kata trivial.All tests cause wrong answers.
It seems to check if I get the answer with correct length, while it actually thinks all answers should have length 1..
Need actual example test cases (javascript; may also be true for other languages)