]> gitweb.factorcode.org Git - factor.git/history - basis/math/combinatorics
calendar.format: make duration>human-readable more human readable
[factor.git] / basis / math / combinatorics /
2024-04-07 Doug Colemanmath.combinatorics: add a word to get unique combinatio...
2023-12-29 olus2000math.combinatorics: tests for <k-permutations>
2023-12-29 olus2000math.combinatorics: fix <k-permutations> for k=0
2023-08-22 nomennescioMerge branch 'factor:master' into feature-vm-prepare...
2023-01-20 John BenediktssonSwitch to https urls
2022-08-01 John Benediktssonmath.combinatorics: minor cleanup to next-combination
2022-08-01 John Benediktssonmath.combinatorics: fix combinations with replacement
2022-07-31 Doug Colemansequences: add index-of-last
2022-07-31 Doug Colemanbasis: use head-to-index and index-to-tail
2022-01-28 John Benediktssonmath.combinatorics: factor out nCk-with-replacement
2022-01-28 John Benediktssonmath.combinatorics: adding combinations-with-replacement
2022-01-20 Doug Colemanfactor: trim using lists
2022-01-10 John Benediktssonmath.combinatorics: slight performance improvement
2021-12-30 Doug Colemanfactor: Move math.ranges => ranges.
2021-12-30 John Benediktssoncore/basis/extra: use new math.ranges syntax.
2021-03-23 John Benediktssonmath.combinatorics: adding all-unique-permutations.
2021-01-28 Doug Colemanfactor: trim using lists
2020-12-13 John Benediktssonmath.combinatorics: IN: definitions not needed in docs.
2020-12-11 John Benediktssonmath.combinatorics: fix $values for all-selections.
2020-12-11 John Benediktssonmath: rename selections to all-selections.
2020-02-26 John Benediktssoncore/basis/extra: update some tags.txt.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
2018-02-15 John Benediktssonmore test IN: cleanup.
2018-01-17 John Benediktssonmath.combinatorics: make selections use change-nth...
2018-01-17 John Benediktssonmath.combinatorics: fix selections bug, geez.
2018-01-17 John Benediktssonmath.combinatorics: fix selections bug that went missin...
2018-01-17 John Benediktssonmath.combinatorics: speed up selections word.
2018-01-16 John Benediktssonmath.combinatorics: remove memoize of factorial.
2017-07-03 Doug ColemanFactor: Rename <enum> to <enumerated> to not confuse...
2017-06-05 Alexander Iljin*-docs: replace double spaces with single spaces
2017-06-02 Doug Colemaniota: Fix second iota -> <iota> in line several times.
2017-06-02 Doug Colemancore: Rename iota to <iota> so we can have TUPLE: iota...
2017-01-02 John Benediktssonmath.combinatorics: cleaner next-permutation.
2015-08-12 Doug Colemanfactor: Removing SLOT: nth/at/global in favor of using...
2015-07-26 Doug Colemanfactor: remove """ string syntax for now. there are...
2015-07-03 Doug Colemanfactor: second stab at [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug ColemanRevert "factor: rename [ ] [ ] unit-test -> { } [ ...
2015-07-02 Doug Colemanfactor: rename [ ] [ ] unit-test -> { } [ ] unit-test...
2015-06-30 Doug Colemanmath.combinatorics: private docs again. oops
2015-06-30 Doug Colemancore, basis: Don't use the IN: foo.private feature...
2014-05-19 John Benediktssondocs: change ``{ $quotation "( x -- y )" }`` to ``...
2013-10-14 John Benediktssonmath.combinatorics: faster combinations by inlining...
2013-10-02 John Benediktssonmath.combinatorics: adding all-combinations? and all...
2013-06-14 John Benediktssonmath.combinatorics: specialized version of nths-unsafe...
2013-05-15 John Benediktssonmath.combinatorics: use cond in k-permutations.
2013-05-15 John Benediktssonmath.combinatorics: adding a k-permutations virtual...
2013-05-06 John BenediktssonRevert "math.statistics: change cum-mean to use v/."
2013-05-06 John Benediktssonmath.statistics: change cum-mean to use v/.
2013-05-01 John Benediktssonmath.combinatorics: faster by using hints for the array...
2013-04-18 John Benediktssonmath.combinatorics: fix map>assoc-combinations (shouldn...
2013-04-18 John Benediktssonmath.combinatorics: minor fix to reduce-combinations...
2013-04-18 John Benediktssonmath.combinatorics: cleanup stack effects to be more...
2013-04-18 John Benediktssonmath.combinatorics: much faster permutations, cleanup...
2013-04-18 John Benediktssonmath.combinatorics: big speedup to combinations.
2013-04-06 John Benediktssonmath.combinatorics: remove duplicate nths-unsafe.
2013-04-06 John Benediktssonmath.combinatorics: make permutations-quot to reduce...
2013-04-06 John Benediktssonmath.combinatorics: produce type of sequence in selections.
2013-04-06 John Benediktssonmath.combinatorics: use nth-unsafe more.
2013-04-06 John Benediktssonmath.combinatorics: faster nCk (use integer division).
2013-04-05 John Benediktssonmath.combinatorics: faster permutation (using slices).
2012-09-05 John Benediktssonmath.combinatorics: factorial could be memoized...
2012-06-01 John Benediktssonmath.combinatorics: 100%+ faster combinations.
2012-04-25 John Benediktssonmath.combinatorics: minor performance improvements.
2012-04-24 John Benediktssonmath.combinatorics: faster version of factorial.
2012-04-23 John Benediktssonmath.combinatorics: adding <combinations> and <permutat...
2012-04-22 John Benediktssonmath.combinatorics: fix failed find combinations/permut...
2012-04-21 John Benediktssonmath.combinatorics: adding find-combination and find...
2012-04-18 Doug Colemanmath.combinators: Add filter-permutations/combinations...
2012-04-18 Doug Colemanmath.combinators: Add map-permutation
2012-04-09 John Benediktssonmath.combinatorics: fix help-lint.
2012-03-02 John Benediktssonmath.combinatorics: fix tests for next-permutation.
2012-03-02 John Benediktssonmath.combinatorics: fix docs for next-permutation.
2012-03-02 John Benediktssonmath.combinatorics: implementing "next-permutation".
2011-10-16 John BenediktssonCleanup some lint warnings.
2011-08-28 John BenediktssonMerge remote-tracking branch '8byte-jose/win32-unc...
2011-08-27 Joe GroffMerge remote-tracking branch 'Blei/gtk-image-loader'
2011-08-27 John BenediktssonMerge remote-tracking branch 'malu/semantic-versioning'
2011-08-27 John BenediktssonMerge remote-tracking branch 'blei/curses' into curses
2011-08-27 John BenediktssonMerge remote-tracking branch 'abeaumont/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'philip-searle/master'
2011-08-27 John BenediktssonMerge remote-tracking branch 'mattknox/master'
2011-06-07 Joe GroffMerge branch 'master' of factorcode.org:/git/factor
2011-05-07 Slava PestovMerge branch 'doc-fixes' of git://github.com/mrjbq7...
2011-05-07 Slava PestovMerge branch 'cleanup' of git://github.com/mrjbq7/factor
2011-05-07 Slava PestovMerge branch 'sorting' of git://github.com/mrjbq7/factor
2011-05-04 John BenediktssonMerge branch 'master' into sorting
2011-04-13 John BenediktssonMerge branch 'master' into sorting
2011-04-07 John BenediktssonUpdate code that did ">alist sort-" to just "sort-".
2011-02-28 Slava PestovFix conflict
2011-02-27 John BenediktssonMerge branch 'master' of git://github.com/slavapestov...
2011-02-26 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2011-02-26 Slava PestovMerge branch 'doc-fixes' of git://github.com/keitahaga...
2011-02-19 Keita Hagamath.combinatorics: fix typo in docs
2010-09-26 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-08-14 Joe GroffMerge remote branch 'Blei/master'
2010-08-13 John Benediktssonmath.combinatorics: Fixing selections bug with nested...
2010-07-31 Joe GroffMerge remote branch 'Blei/Native-image-loader' into...
2010-07-26 Slava PestovMerge branch 'master' of http://github.com/mrjbq7/factor
2010-07-26 John Benediktssonmath.combinatorics: improve all-subsets and selections...
2010-07-18 Joe GroffMerge branch 'master' of git://factorcode.org/git/facto...
next