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.
Hi, I don't think it needs to - range of inputs is provided in the instructions.
number of pillars (≥ 1) is given to us. We have no need to check it in our code
Nice, but it doesn't account for incorrent data input (i.e. someone accidentally enters a negaitve integer
This would need input validation in produciton as entering a negative integer produces incorrect results. For example, entering -1 pillars returns -4000