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.
This is a tedious kata that doesn't particularly test actual coding knowledge as much as it tests patience for unnecessary menial labor.
the test cases sort a list of
PokerHand
classes, and you need to sort them based on the hand value.ah crap, I actually don't understand it too; I pass example test cases but the random test cases just say "failed at test n".
I'm confused, what?
Python: I feel like it could be made a bit clearer what you're supposed to do in terms of returning a sorted value. Are you supposed to define a sort function? Are you supposed to put something in init? Are you supposed to use functools?
If this is part of the kata, then sure, but I feel it could be better specified.