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.
Resolved
JS translation goes against the constraint of
N
in the descriptionApproved by someone.
JS translation
The input range should be specified. Without it it's unclear what performance requirements are or what type should be used for intermediate values in C.
Approved by someone
Nice job on your first kata, Alex!
both are fun and simple. the c translation has a great ability to show you some of the traps that you can encounter when learning c and even when you have experience in c.
C Translation