Problem 334. Poker Series 03: isFullHouse
Solution Stats
Problem Comments
-
1 Comment
Rafael S.T. Vieira
on 13 Sep 2020
This problem needs more test cases with the three of a kind appearing before the pair, such as:
1 0 1 0 0 0 0 0 0 0 1 0 1
0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 1 0 0 0 0 0 0 0 1 0 0
0 0 0 0 0 0 0 0 0 0 1 0 0
Problem Recent Solvers68
Suggested Problems
-
Given an unsigned integer x, find the largest y by rearranging the bits in x
1342 Solvers
-
293 Solvers
-
119 Solvers
-
Return a list sorted by number of consecutive occurrences
317 Solvers
-
270 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!