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 wonder what the time difference is though. Its probably the same, depending on push() implementation. Using the length to determine the next index should be O(1), right? I guess if they're the same time complexity, push is a LITTLE clearer. I still love the solution though.
Wow, I never saw that, CASTING STRINGS TO NUMBERS, thanks a lot.
This comment is hidden because it contains spoiler information about the solution
Owk, no problem then.
Keep up the good job.
This comment is hidden because it contains spoiler information about the solution
Test cases are locked after 500 completions.
This kata is really awesome but there are no tests for when the resulting array contains duplicates(in javascript).
This is one of the criteria specified in the instruction, I would really love it if this issue can be fixed.
Can you provide the error message, that wold help in fixing the issue.
This comment is hidden because it contains spoiler information about the solution