Skip to content
This repository has been archived by the owner on Apr 26, 2023. It is now read-only.

aisrael/jcombinatorics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JCombinatorics provides useful combinatorics algorithms (permutations & combinations) and functions for Java.

Usage

Using Maven, add the following to your pom.xml

<repositories>
  <repository>
    <id>maven2.github.com</id>
    <url>http://maven2.github.com</url>
  </repository>
</repositories>
<dependencies>
  <dependency>
  	<groupId>jcombinatorics</groupId>
  	<artifactId>jcombinatorics</artifactId>
  	<version>0.3</version>
  </dependency>
</dependencies>

About

JCombinatorics provides useful combinatorics algorithms (permutations & combinations) and functions for Java.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages