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.
You can also check out my fork with added comments : https://www.codewars.com/kumite/61443ee026b2c50033a0499a?sel=61b1dce4b2b845002806a738
This comment is hidden because it contains spoiler information about the solution
spoiler
More answer than I could ever give. :P
( I just run the random tests a couple of times and take an approximate average. Accurate to about an order of magnitude .. )
not directly. You can use the fork panels, but you have to build some code on your side to actually be able to compare the different solutions on the same inputs. Usual (proper) way:
it
block where you test all input on that function onlyit
block in the output panelthat's rather cumbersome, and there are a lot of things to considere to be sure what you do is correct to estimate/compare the performances, but here is the general idea.
.
You'll need to post your code before any conclusions can be made.
Thanks!