Combinatorics

A number of combinatorial algorithms for enumerating (without in-memory storing) of different types of combinations.

License

License

GroupId

GroupId

cc.redberry
ArtifactId

ArtifactId

combinatorics
Last Version

Last Version

2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Combinatorics
A number of combinatorial algorithms for enumerating (without in-memory storing) of different types of combinations.
Project URL

Project URL

https://github.com/PoslavskySV/combinatorics/

Download combinatorics

How to add to project

<!-- https://jarcasting.com/artifacts/cc.redberry/combinatorics/ -->
<dependency>
    <groupId>cc.redberry</groupId>
    <artifactId>combinatorics</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/cc.redberry/combinatorics/
implementation 'cc.redberry:combinatorics:2.1'
// https://jarcasting.com/artifacts/cc.redberry/combinatorics/
implementation ("cc.redberry:combinatorics:2.1")
'cc.redberry:combinatorics:jar:2.1'
<dependency org="cc.redberry" name="combinatorics" rev="2.1">
  <artifact name="combinatorics" type="jar" />
</dependency>
@Grapes(
@Grab(group='cc.redberry', module='combinatorics', version='2.1')
)
libraryDependencies += "cc.redberry" % "combinatorics" % "2.1"
[cc.redberry/combinatorics "2.1"]

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.apache.commons : commons-math3 jar 3.2
net.sf.trove4j : trove4j jar 3.0.3

Project Modules

There are no modules declared in this project.

Versions

Version
2.1
2.0