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.
last
class method is not tested in any language now, so should be removed from descriptionAlso language agnostic for description....
python fork with:
JS: Input from Fixed tests are strings not integer.
Ruby example tests are (as I noticed in other Ruby katas as well):
I think there's something wrong on Codewars.
This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/93 Please join the discussion to help us identify duplicate kata and retire them.
This kata (2016) is a duplicate of Additionless addition (from 2014).
The function used by tests is (confusingly) missing in Haskell's initial code.
"Weird" denominations should be considered in the description...
Julia translation
JavaScript should use
Test.assertDeepEquals
/chai.assert.deepEqual
.JS: the random tests are all using
Test.expect
, which means I have no clue about what the problem is with my solution... x/No random tests in Ruby.
Ruby tests should not use
Test.expect
.No sample tests in Ruby.
JavaScript version is using global variables which can easily coincide with variables created by the user.
Loading more items...