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.
gcd(a,b) is the greatest common divisor of a and b. It is the greatest number that can divide a and b.
example gcd(10,50) = 10 and gcd(5,7) = 1
For some reasons this solution requires you to only check if the version inside the given data is valid. No need to check the
version
parameter. The description is a little misleading/confusing.You can click on padovan in the kata description. Or here.