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 like how you used modulo operator here! I had considered it but couldn't figure it out quickly enough.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
nice ;)
This solution preforms a for loop 60 times when all we need is to loop over failedCounts array
wow! so simple!
You can use an array instead of number-indexed object
nice
It's best practice to minimize time complexity in case you're dealing with large amounts of data someday.
too long :)
This comment is hidden because it contains spoiler information about the solution
I don't understand why many have commented that this solution is slow... I also compared their solutions, but this is actually faster or about the same... or is there something I'm not considering?
nicely done!
nice very nice !!!
how??
Loading more items...