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.
I prefer it this way to be extra sure. I doubt it would slow it down much
I feel like this should be the top solution.
This is my first debugging challenge, so maybe that's the reason why the top solution is not this one?
There is another, third option.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Hi! What about (a+c)b, (ab)+c for eg.? May be I don't understand the instructions...
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Easiest way!
This comment is hidden because it contains spoiler information about the solution
me too
This comment is hidden because it contains spoiler information about the solution
Why would you need to use factorials (hint: you don't need them)? The greatest
n
you can get is 7501 in javascript.For JS: please avoid using very big integers in tests
Calculation of a factorial(n) using BigInt in JS is for sure not something for 7 kyu!
Loading more items...