Talk:Cartesian product of two or more lists: Difference between revisions

From Rosetta Code
Content added Content deleted
Line 4: Line 4:


It seems to me like a task that might generate a useful reference and point of comparison [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 15:08, 29 May 2017 (UTC)
It seems to me like a task that might generate a useful reference and point of comparison [[User:Hout|Hout]] ([[User talk:Hout|talk]]) 15:08, 29 May 2017 (UTC)

== The Java code doesn't work? ==

It returns a nested list of an incomplete product?

Revision as of 03:37, 13 July 2019

Cartesian product task ?

Generating a Cartesian product can often be seen arising as a component of solutions to Rosetta Code tasks, but I can't immediately see a task in which the generation of Cartesian products (two lists or n-ary) is explicitly focal.

It seems to me like a task that might generate a useful reference and point of comparison Hout (talk) 15:08, 29 May 2017 (UTC)

The Java code doesn't work?

It returns a nested list of an incomplete product?