Liking cljdoc? Tell your friends :D

kigen.combinatorics

Combinatorics stuff that is not readily available in the contrib package.

Combinatorics stuff that is not readily available in
the contrib package.
raw docstring

big-enough-partitionsclj

(big-enough-partitions T n)

All partitions of T with at least n many elements. The elements of the partitions are sets.

All partitions of T with at least n many elements. The elements of the
partitions are sets.
sourceraw docstring

non-empty-subsetsclj

(non-empty-subsets T)

All subsets of T as sets, except the empty set.

All subsets of T as sets, except the empty set.
sourceraw docstring

singleton?clj

(singleton? coll)

Returns true if the given collection contains exactly 1 element.

Returns true if the given collection contains exactly 1 element.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close