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.
Maybe some languages are less suited to this problem, but for C, it is definitely a beginner exercise.
Interesting kata, but I can't understand why it should fit into level 8 kyu.
It is certainly unnecessarily off-putting when beginners come across it. Possibly as a first kata, as has already happened according to the comments. And we're talking about commenters here who have stuck with it and not dropped out. :-(
Can the level be changed? The kata would be good there.
Got it, so that clears things up! Thank you.
i'm not sure how this solution passed the tests at some point, but it does not pass them anymore. you can try copying and pasting it into the trainer, it fails the tests every time
approved
With the following solution, there is no multiplication or other modification of the strength.
https://www.codewars.com/kata/reviews/5ab82b176b888f236900626c/groups/6252b43bc522ea0001d70a69
How can it be that this solution has passed?
Do I not see the key to the solution or are the tests set up in such a way that it also passes with these values?
Is the multiplication possibly not even expected?