aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/combinatorics.clj
AgeCommit message (Collapse)Author
2009-05-03A couple of small corrections to the doc.Tom Faulhaber
2009-05-03Beginning to add namespace documentation for all namespaces.Tom Faulhaber
2009-03-03Removed extra parenthesis.Mark Engelberg
2009-03-01Eliminated double call of (vec (sort c)) in lex-permutations.Mark Engelberg
2009-03-01Changed doc string for lex-permutations.Mark Engelberg
2009-02-28Fiddled with the location of some of the calls to lazy-seq.Mark Engelberg
2009-02-28Updated for "lazier" branch.Mark Engelberg
2009-01-28Added combinatorics.clj, which contains efficient implementations of a ↵Mark Engelberg
number of common combinatorial functions, such as permutations, combinations, subsets, cartesian-product, and more. Also, commented out similar functions in lazy_seqs.clj with Stephen C. Gilardi's permission to avoid duplication with these newer, faster functions.