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.
Algorithim is not fast enough under larger numbers.. Increase the speed and it should help
This comment is hidden because it contains spoiler information about the solution
Python 2
How does this even work? Everything I've tried, plus the docs say translate takes one argument
Not efficient enough. There's a famous math algorithm to find the greatest common divisor
This comment is hidden because it contains spoiler information about the solution
Approved :)
Nasm translation
Read my answer to TechnoDiver just below ;)
Seems tests don't get actualized. I guess with this new fork approved it should be ok (reject if it's useless): https://www.codewars.com/kumite/627ebed6ffea1073bbdd33c2?sel=627f90c7f1b9ed001ab7ceb3
Fixed, thanks.
Go sample tests:
This comment is hidden because it contains spoiler information about the solution
Try to use braces systematically, your code will be more readable and this may be the cause of the error (and if it is not it will be easier to catch the problem).
This comment is hidden because it contains spoiler information about the solution
Loading more items...