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.
Two people with the same long solution without division? Oh, that is unusual...
You're welcome. In general, I do not put a lot of comments in code but usually try to write in such a way that the code is self-documenting. That is, I try to improve readability by simplifying logic, choosing well-defined functions (following Single Responsibility Principle), and choosing optimal names for functions/variables.
Thank you for commenting on the code.