Add cartesianProduct to cheatsheet.

This commit is contained in:
H. S. Teoh 2012-12-30 21:31:38 -08:00
parent fcb95e6fef
commit 4ac5350bfa

View file

@ -244,6 +244,9 @@ lexicographically greater even permutation of a range in-place.)
) )
$(LEADINGROW Set operations $(LEADINGROW Set operations
) )
$(TR $(TDNW $(LREF cartesianProduct)) $(TD Computes Cartesian product of two
ranges.)
)
$(TR $(TDNW $(LREF largestPartialIntersection)) $(TD Copies out $(TR $(TDNW $(LREF largestPartialIntersection)) $(TD Copies out
the values that occur most frequently in a range of ranges.) the values that occur most frequently in a range of ranges.)
) )