Sha256: 300d424de890653e445a578e9d146e775a608c6e11610cf54b57352e2c2ab666
Contents?: true
Size: 349 Bytes
Versions: 122
Compression:
Stored size: 349 Bytes
Contents
Your function will receive an array of strings. Each string represents a hand composed of 5 cards separated by spaces. A card is represented by a number and its suit. You are to return an array containing either the best hand or, in case of a tie, the best hands. Each hand should be a string in the same format as given to you initially as input.
Version data entries
122 entries across 122 versions & 1 rubygems