Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-03 | A couple of small corrections to the doc. | Tom Faulhaber | |
2009-05-03 | Beginning to add namespace documentation for all namespaces. | Tom Faulhaber | |
2009-03-03 | Removed extra parenthesis. | Mark Engelberg | |
2009-03-01 | Eliminated double call of (vec (sort c)) in lex-permutations. | Mark Engelberg | |
2009-03-01 | Changed doc string for lex-permutations. | Mark Engelberg | |
2009-02-28 | Fiddled with the location of some of the calls to lazy-seq. | Mark Engelberg | |
2009-02-28 | Updated for "lazier" branch. | Mark Engelberg | |
2009-01-28 | Added 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. |