aboutsummaryrefslogtreecommitdiff
path: root/src/clojure/contrib/combinatorics.clj
AgeCommit message (Expand)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 number...Mark Engelberg