Skip to content

JuliaMath/Combinatorics.jl

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date
Nov 1, 2021
Nov 1, 2021
Dec 25, 2022
Nov 1, 2021
Nov 29, 2019
Nov 6, 2015
May 13, 2020
Nov 1, 2021

Repository files navigation

Combinatorics

Build Status Dev Coverage Status Codecov

A combinatorics library for Julia, focusing mostly (as of now) on enumerative combinatorics and permutations. As overflows are expected even for low values, most of the functions always return BigInt, and are marked as such below.

Installation

In the Julia REPL, type ]add Combinatorics and then using Combinatorics to access the below functions.

Documentation

Go to http://juliamath.github.io/Combinatorics.jl/ to see the list of exported functions and their meanings.