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.
smart af. Although won't work with more entries in the table
The function's output type is
uint128
which is enough for all the test cases. Not an issue.For factorial 15 and above unsigned can't hold enough values to save the answer. Can't complete the Kata :(