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
Python 2
Not efficient enough. There's a famous math algorithm to find the greatest common divisor
Because this method is too slow. You need to find a more efficient approach. This is one of the best known maths algorithms in history ;)
Can you delete your duplicate post below please?
I'm having the same issue. I guess our algorithms aren't optimized enough. Let me know if you figure it out.