On Dec. 13, the code puzzler was to generate the power set of a set
provided as an array of strings. The puzzler did not specify which data
representation we were supposed to use for the power set. Like others
who submitted a solution I assumed that the power set was to be
represented as an array of string arrays. However, this is bad for the
following two reasons:
Preview Text:
...
↧