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.
Seems not. Please specify "some other languages".
@johnkershaw, I hope your students find their way and never get disappointed. please consider that the difficulty of kata is decided by whole community voting.
difficulty of a kata is defined based on community consensus, there is nothing I can do about it.
Alright, i'll look for a way. Just seems like there's no relation between the number the fruit type. It also doesn't seem like a 8 kyu question to me heh - Thought 8 kyu ones can be done brain dead easily.
Look at my first solution, out of your list of requirements, I used string/int conversion only.
I didn't chop up a chunk of text into a dict (I used an eval, but this could easily be a for), I didnt use recursion (I used a plain old do while) and I didn't use Modulo.
I whole heartedly disagree.
no, you don't have to.
you can solve it with an 100-sized array, but it is not the only way.
I seriously have to grab that list of 100 random combination of numbers and words and put it into an array?
Seems like pre-written class name and method name is missing in Java as well as some other languages.