Skip to content

This project contains code examples of how to use java combinatorics library

Notifications You must be signed in to change notification settings

dpaukov/combinatoricslib-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

combinatoricslib-example

This project contains code examples of how to use java combinatorics library

How to build and execute the examples

mvn package exec:java -Dexec.mainClass="org.paukov.combinatoricslibexample.Main"

See more examples on the project page

https://github.com/dpaukov/combinatoricslib

pom.xml

Include the following section into your pom.xml file if you want to use this library.

<dependency>
  <groupId>com.googlecode.combinatoricslib</groupId>
  <artifactId>combinatoricslib</artifactId>
  <version>2.3</version>
  <scope>compile</scope>
</dependency>

About

This project contains code examples of how to use java combinatorics library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages