[Community Puzzle] Playing Card Odds - Puzzle discussion

Coding Games and Programming Challenges to Code Better

Send your feedback or ask for help here!

Created by @David_Augusto_Villa,validated by @deej26,@Eulero314 and @TBali.
If you have any issues, feel free to ping them.

Solved without using Set.

1 Like

Bonjour,
Tous OK sauf 8 t 9, 9 il n’y a plus de carte et la solution doit etre 40 % … ???
et 8 je trouve :
Nombre de cartes deled : 43 len de deck 9
Nombre de cartes a chercher : 6
67%
et il attend 22% ???
Si vous pouviez me donner quelques explication, merci

In test 9, what remains:
{(β€˜K’, β€˜S’), (β€˜Q’, β€˜H’)}
What’s asked:
{(β€˜J’, β€˜S’), (β€˜K’, β€˜S’), (β€˜Q’, β€˜S’), (β€˜J’, β€˜H’), (β€˜Q’, β€˜H’)}
In test 8, what remains:
{(β€˜4’, β€˜D’), (β€˜T’, β€˜D’), (β€˜4’, β€˜H’), (β€˜K’, β€˜S’), (β€˜Q’, β€˜S’), (β€˜2’, β€˜H’)}
What’s asked:
{(β€˜7’, β€˜C’), (β€˜4’, β€˜D’), (β€˜4’, β€˜H’), (β€˜K’, β€˜S’), (β€˜J’, β€˜H’), (β€˜K’, β€˜C’), (β€˜3’, β€˜S’), (β€˜7’, β€˜D’), (β€˜6’, β€˜S’), (β€˜6’, β€˜C’), (β€˜2’, β€˜D’), (β€˜5’, β€˜C’), (β€˜T’, β€˜S’), (β€˜Q’, β€˜S’), (β€˜2’, β€˜H’), (β€˜Q’, β€˜C’), (β€˜K’, β€˜H’), (β€˜8’, β€˜S’), (β€˜4’, β€˜S’), (β€˜3’, β€˜H’), (β€˜J’, β€˜C’), (β€˜5’, β€˜D’), (β€˜9’, β€˜S’), (β€˜T’, β€˜D’), (β€˜Q’, β€˜H’), (β€˜7’, β€˜S’), (β€˜8’, β€˜D’)}