Problem 335. Poker Series 04: isFlush
Solution Stats
Problem Comments
-
1 Comment
The order of this series is completely inversed. The functions isPair and IsTreeKind should have been used to build the function isFlush for instance. Moreover, the function isQuads should have used the function isTwoPair and the function isTwoPair should have used the function isPair (and I could go on).
Problem Recent Solvers65
Suggested Problems
-
Given two arrays, find the maximum overlap
812 Solvers
-
Sum all integers from 1 to 2^n
11072 Solvers
-
303 Solvers
-
176 Solvers
-
8654 Solvers
More from this Author51
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!