View Problem
List Combinations
Given two source lists (or sets), generate a list (or set) of all the pairs derived by combining elements from the individual lists (sets). E.g. given suites =
Submit a new solution for php or clojure
There are 18 other solutions in additional languages (cpp, csharp, erlang, fantom ...)
['H', 'D', 'C', 'S'] and faces = ['2', '3', '4', '5', '6', '7', '8', '9', '10', 'J', 'Q', 'K', 'A'], generate the deck of 52 cards, confirm the deck size and check it contains an expected card, say 'Ace of Hearts'.
Submit a new solution for php or clojure
There are 18 other solutions in additional languages (cpp, csharp, erlang, fantom ...)




