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.
any hint on how go about checking for runs? I quite new at python, i have no idea how can i do this. can someone hint me to the right direction?
For example.
Starting hand: [A♦ Q♦ K♦ K♣ K♥ Q♥ A♥]
Adding card: K♠
Which card should you discard?
@sarcoma
I added random tests and updated fixed tests testing to new framework, please verify and i added sort of perf. testing just to check user is not doing anything extra.
This comment is hidden because it contains spoiler information about the solution