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.
Or you just do the math to compute this formula.
Don't get what you want to say?
This solution does not work correctly. If we use the option [1].sameStructureAs([1]), it will return false.
i see it. cool thanks!
Click on View Solution under this post, I've written a recursive solution for you to see it.
i saw recursion tag, so i thought we had to answer this with a recursion solution. Thanks for the reply! what would the recursive solution be? i am trying to practice recursion.
This is not a recursive solution, recursive functions call themselves and it's not the case here.
are we suppose to answer this kata with a recursive solution? Is this a recursive solution? i cannot tell
how do people come up with these algorithms???
I like how Best Practices and Clever buttons are useless cause here we see ppl think using eval (which is banned/discouraged everywhere) is kinda cool.
sum
is not an array, but a function. Because it's called twice on each comparison during sorting, you may end up with some numbers having their sum calculated multiple times.This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
Why? As I understand it, the sums for each number are only calculated once. During the compare the sum array is only referenced.
That's facinating!!
Loading more items...