Ad
  • Custom User Avatar

    Looks like he is inactive so this does not matter. That does not negate the fact some of the test cases are not valid "blackjack rule based" cases. Is should just be count the cards in the hand using some concepts from blackjack. Some of the edge cases are not cool.

  • Custom User Avatar

    Not a bad challenge. New to this. Easy to solve if output of most_common() would have been answer. Took me two days to get all the edge cases met, lots of regex learning.