Closed samuelechu closed 8 years ago
Simplifying the hand comparison code with provided Collections methods like Collections.frequency() would result in fewer errors when comparing hands
bd846c0d7ebfd225c24ac0891012d580a6d3e3db
modified:
isFourOfAKind(), isFullHouse(), isThreeOfAKind(), isTwoPair(), isOnePair(), sameHand(Hand otherHand)
estimate: 100pts
approved M.B.
Simplifying the hand comparison code with provided Collections methods like Collections.frequency() would result in fewer errors when comparing hands