Combinatorics.jl icon indicating copy to clipboard operation
Combinatorics.jl copied to clipboard

Combination order

Open jingkaimori opened this issue 7 months ago • 0 comments

docstring of combinations(a, n) does not describe how combination is ordered, which is dictionary order indeed. In online documentation, combinations(a, n) located below of CoolLexCombinations, thus order returned by combinations(a, n) may be misunderstood as cool-lex, rather than dictionary order.

Image

jingkaimori avatar May 09 '25 09:05 jingkaimori