Poker-Kombinationen

c9806b6a

Serkan T.

A newer submission is available.
Some tests are incorrect: They fail when run against a reference implementation. The test suite score has been reduced.

Test Suite

91 % complete

Suggestions

  • Revise incorrect test isRoyalFlash. The test failed on line 85 when run against a reference implementation:
    Error: Unresolved compilation problem

Implementation

91 % complete 14 / 14 Tests
  • categoryFlush: Passed
  • categoryFourOfAKind: Passed
  • categoryFullHouse: Passed
  • categoryHighCard: Passed
  • categoryPair: Passed
  • categoryStraight: Passed
  • categoryStraightFlush: Passed
  • categoryThreeOfAKind: Passed
  • categoryTwoPairs: Passed
  • constructor: Passed
  • constructorSortsCards: Passed
  • isRoyalFlash: Passed
  • of: Passed
  • stringRepresentation: Passed

Other Submissions