Problem
Python
Counter
1 | from collections import Counter |
Submission Detail
- 98 / 98 test cases passed.
- Runtime: 58 ms, faster than 42.46% of Python3 online submissions for Best Poker Hand.
- Memory Usage: 13.8 MB, less than 97.47% of Python3 online submissions for Best Poker Hand.
Dictionary
1 | class Solution: |
Submission Detail
- 98 / 98 test cases passed.
- Runtime: 71 ms, faster than 7.61% of Python3 online submissions for Best Poker Hand.
- Memory Usage: 13.9 MB, less than 68.49% of Python3 online submissions for Best Poker Hand.