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.
The rules were confusing! Would have helped to put all the rules and conditions in a list format instead of a big paragraph. Great kata though - learned a ton!
Man these instructions are hard:
Here are some tips...
There could be something like a community adjustment factor - (level just right, too easy, too difficult, etc.). Then have some algo to automatically adjust it.
I've learned an immense amount from this website - there's no question about that.
However, since I have no formal coding training at all - I've found that my code is...ugly and slow.
It could be helpful to have timing requirements for code - where it needs to run under a certain time limit...
...or better yet, have an entirely new category of code where your job is not to solve a problem or fix it, but to make the code more efficient (for a specific scenario, or faster in general).
I figured it out! I needed to think more in depth about cases I was missing. Did not account for cases where there would be remainders.
Did you figure this out? I'm struggling real hard for test case with 3263.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution
I'm having the same problem. In fact it shows up as completed in my kata list but I can't see the solution. Now it doesn't even show up as correct anymore.
...so lost. What's the c = 1 for? I totally did not know you could use multiple if and else statements in a return too.
Wow did not know let can be used short for letter.
This comment is hidden because it contains spoiler information about the solution
This comment is hidden because it contains spoiler information about the solution