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.
Should probably also be grouped with https://www.codewars.com/kata/reviews/5545df260240a709a20000aa/groups/5d0d5d650310c2000178b33f
This comment is hidden because it contains spoiler information about the solution
Me too,I used Log10 because Math makes me goes YES
This comment is hidden because it contains spoiler information about the solution
Can you elaborate on how this works? it's a really clean and powerful solution !
nice without the known of us, we had the same solution without loops :-)
Although this is nice and concise, it's an O(nlogn) algorithm, when an O(n) solution is possible.
Thanks
This is concise, but performance is O(n^2) when a O(n) solution is possible.
This comment is hidden because it contains spoiler information about the solution