/cartesian

Enumerate an n-dimensional list of integers providing an optional selector. For example for a 3D list from 0 to 3 the enumeration is 000, 001, 002, 010, 011, 012, ... 222. A selector on this list is 0,1:2,* which will fix the first dimension to 0, the second to all integers between 1 and 2 and the last dimesnion would span the whole 0-3 range of the Cartesiabn.

Primary LanguageJava

No issues in this repository yet.