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.
reraised as issue
JS:
mocha
+chai
should be usedfunction name should use
camelCase
Sorry to say, but for such issues I meant to say
mocha
+chai
should be used, I'll raise another ticketRuby 3.0 should be enabled
JS Node 18. should be enabled
Description should be language-agnostic
fixed by OP's fork
fixed by OP's fork
Approved
This comment is hidden because it contains spoiler information about the solution
python new test framework is required. updated in this fork
Mutating the input list breaks random tests.
JS: function name should be in camelCase, not PascalCase, unless it's a constructor.
Great solution!
Return statement might been more readable without the ternary operator.
Like
return new ulong[]{fib1,fib2, Convert.ToUInt64(fib1 * fib2 == prod)}
or even
bool found = fib1 * fib2 == prod;
return new ulong[]{fib1,fib2, Convert.ToUInt64(found)}
You are free to print during tests, in that sense they are not hidden.
Loading more items...