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.
Oh, didn't know this, thank you
It's not a kata issue.
List of available libraries can be found in docs.
Is the library 'primefac' meant to be unavailable for import?
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I don't know if I'm getting something wrong, but I made a code to handle x1^x2^x3...^xn and a code to handle x1^(x2^(x3...^xn)), one code works for some tests and the other code works for others. I'm feeling I'm missing something but I have no idea what that might be.