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.
Under the section "Determining the winner" I mentioned that low aces are valid, implying the allowance of low ace straights.
I can textify the image if its a problem.
I accidently created a solution that does not always pass the random tests.
https://www.codewars.com/kata/reviews/6255e73cea4e7f004a79ed68/groups/66b37a14f8be82e8ded15341
I am programming a complete poker game.
The kata you mentioned does lack some useability since it does not cover the whole picture.
I think comparing multiple players was fun and its necessary in an actual program.
Altough subjective, I think my kata explains the problem a little better and more clearly.
Thank you for looking into this.
How do I add random tests? Because I already have a random generator locally.
n = 1: expected 7 to equal false
n = 1: expected false to equal 7
It expects 2 different outcomes for the same input?
Please fix because this is currently an unsolvable kata