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.
Go fork
move the zeros to dart
Translation Dart
I don't know if it's my CPU or something but everytime it hits the last one it shows execution error and says
Passed: 30
Failed: ?
. Does anyone know what this means?Are negative numbers actually being passed to the fib function? When testing for negative (
if n < 0
) the condition is never met.This kata is a subject to deduplication process here: https://github.com/codewars/content-issues/issues/227.
Please join the discussion to help us identify duplicate kata and retire them.
Only 1 random test in CS
New framework should be used
Nim translation
Can somebody review and approve it, please.
Lua translation!
expected: [true, "9", 8, "8", "8", nil, 1, 6, "2", 7, 3, nil, 5, true, nil, "1", "1", "0", "8", "1", 2, "5", "8", [], 0, 0]
does the test includes other data types?
Lua translation!
The C# Tests assert the whole List including the order. Please Fix (:
Scala translation
Groovy Translation
Python: Dogshit assertion messages. Failing a single test should not, in fact, overflow the buffer without giving any helpful feedback to the user.
Should provide minimal (potentially truncated in case they are large) diffs instead.
In C++ both Sample and Full Tests have
in them. Please, don't do this.
Loading more items...