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.
Feeling not so good right now haha. Just insane!
I just passed this in C and I'm socked at how bad my solution was. It was just a complete over complication of a very simple math related question. I really need to improve my math intuition on questions like these. Thanks for this great kata!
Ok, I will look into it. Thanks so much for the help!
This comment is hidden because it contains spoiler information about the solution
I hope to ask someone for help with this problem. I implemented a solution in C but during the random tests, one or more of the tests fail. Looking into my solution I'm very sure that the code is solving the problem correctly. Here are some results from my code, using random inputs of my own:
What am I missing? Thanks!
No need to apologize :-)
Thank you very much for the information. I'm new to Java and am still learning. You are correct I'm really not sure why I did this but now after reading your comment I can see how stupid it was. Thanks once again.
Good example of return statements and codeflow for bigginers. I Like :-)