]> gitweb.factorcode.org Git - factor.git/history - basis/math/combinatorics/combinatorics.factor
factor: Move math.ranges => ranges.
[factor.git] / basis / math / combinatorics / combinatorics.factor
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-11 John Benediktssonmath: rename selections to all-selections.
2018-06-20 Doug Colemancore: Add the shuffler words but without primitives.
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-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...
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-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-".
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...
2010-07-17 Philipp BrüschweilerMerge remote branch 'origin/native-image-loader' into...
2010-07-17 Anton GorenkoMerge branch 'gtk' of git://github.com/Blei/factor
2010-07-17 Anton GorenkoMerge branch 'master' of git://factorcode.org/git/factor
2010-07-14 Joe Groffmath.combinatorics: all-subsets and selections words...
2010-02-26 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-25 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/facto...
2010-02-22 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2010-02-22 Slava PestovMerge branch 'master' of git://projects.elasticdog...
2010-02-20 William SchlieperMerge branch 'master' of git://factorcode.org/git/factor
2010-02-20 Erik CharleboisMerge branch 'master' of git://github.com/slavapestov...
2010-02-18 Slava PestovMerge branch 'master' of git://github.com/erikcharleboi...
2010-02-18 Slava PestovUpdate documentation for new help lint check
2010-02-07 Slava PestovMerge branch 'new-math-parser' of git://factorcode...
2010-01-20 Daniel EhrenbergMerge branch 'master' of git://factorcode.org/git/factor
2010-01-15 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2010-01-15 Doug ColemanMerge branch 'mongodb-changes' of git://github.com...
2010-01-14 Slava PestovChange [0,b) usages to iota
2010-01-14 Slava PestovRemoving integers-as-sequences
2009-12-12 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
2009-12-06 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-12-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-12-05 Slava Pestovmath.combinatorics: remove 'mirrors' from using list...
2009-12-04 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-12-03 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-12-02 Doug ColemanMerge branch 'master' of git://factorcode.org/git/factor
2009-11-28 Doug Colemanclean up math.combinatorics and add another combinator
2009-11-15 Doug ColemanMerge branch 'master' into startup
2009-11-09 Slava PestovMerge branch 'master' of git://github.com/killy971...
2009-11-08 Joe GroffMerge branch 'master' into simd-cleanup
2009-11-06 Joe GroffMerge branch 'master' of git://factorcode.org/git/factor
2009-11-05 Joe Groffremove non-primitive-related uses of tuck from basis
2009-05-18 Slava PestovMerge branch 'master' of /Users/slava/factor/
2009-05-11 Slava PestovMerge branch 'master' of git://factorcode.org/git/factor
next