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.
Yes, it's a CW wide problem right now, come back later and they'll be there.
Should I obtain honour for this Kata (7 kyu) when I'm actually on 5 kyu?
I did't obtain the honour for Kata's on 8 and 7 kyu's and I'm eager to know why.
Small update in the description for Java users. Maybe that could be enough...?
I will submit to people who know more than me :P
Anywhere you could give me a hint as to start reading?
Because that's the default and language standard way to tell others "instances of this object can be ordered" (and hence sorted) ;-)
The truth they don't want you to know:
There are 3 ways to sort arrays in Java! This will shock you to the very core!
They work with 3 different "kinds" of arrays though, so you have to adhere to the right one.
oops... Corrected
Not an issue.
=> You're wrong about that. If you make your class sortable, you have to use some "special pattern" that will make it... well... sortable! You should read more about the needed requirements to achieve that.
Why I have to use IComparable in this Kata ?! I found another way, but I have an error:
"System.InvalidOperationException : No IComparable or IComparable interface found for type 'PokerHand'."