Skip to content

Releases: dpaukov/combinatoricslib3

v3.4.0 (Feb 2024)

14 Feb 06:04
Compare
Choose a tag to compare
         CombinatoricsLib 3 - Release notes
               by Dmytro Paukov

CombinatoricsLib 3.4.0 (Feb 2024)

  • Migrated to Apache License Version 2.0
    #23

CombinatoricsLib 3.3.3 (Feb 2022)

  • Fixed IndexOutOfBoundsException when generating permutation for empty list
    #19
  • Optimized subset generation
    #18

CombinatoricsLib 3.3.2 (July 2021)

  • Make k-permutation API more easy to use
    #8

CombinatoricsLib 3.3.1 (Apr 2021)

  • Add a cartesian product with collection input parameter
    #13

CombinatoricsLib 3.3.0 (May 2018)

  • Added cartesian product generator
    #4

CombinatoricsLib 3.2.0 (Apr 2017)

  • Added integer partition generator.

CombinatoricsLib 3.1.1 (Sep 2016)


CombinatoricsLib 3.1.0 (Sep 2016)

  • Added subset generator

CombinatoricsLib 3.0.0 (July 2016)

  • Simple combinations
  • Combinations with repetitions
  • Simple permutations
  • Permutations with repetitions

Documentation

CombinatoricsLib 3.4.0 Page

Download

You can download this release from the Maven Central Repository:

Maven Central Repository

This release is available through The Maven Central Repository here
Include the following section into your pom.xml file.

<dependency>
    <groupId>com.github.dpaukov</groupId>
    <artifactId>combinatoricslib3</artifactId>
    <version>3.4.0</version>
</dependency>

v3.3.3 (Feb 2022)

30 Jan 05:42
Compare
Choose a tag to compare
         CombinatoricsLib 3 - Release notes
               by Dmytro Paukov

CombinatoricsLib 3.3.3 (Feb 2022)

  • Fixed IndexOutOfBoundsException when generating permutation for empty list
    #19
  • Optimized subset generation
    #18

CombinatoricsLib 3.3.2 (July 2021)

  • Make k-permutation API more easy to use
    #8

CombinatoricsLib 3.3.1 (Apr 2021)

  • Add a cartesian product with collection input parameter
    #13

CombinatoricsLib 3.3.0 (May 2018)

  • Added cartesian product generator
    #4

CombinatoricsLib 3.2.0 (Apr 2017)

  • Added integer partition generator.

CombinatoricsLib 3.1.1 (Sep 2016)


CombinatoricsLib 3.1.0 (Sep 2016)

  • Added subset generator

CombinatoricsLib 3.0.0 (July 2016)

  • Simple combinations
  • Combinations with repetitions
  • Simple permutations
  • Permutations with repetitions

Documentation

CombinatoricsLib 3.3.3 Page

Download

You can download this release from the Maven Central Repository:

Maven Central Repository

This release is available through The Maven Central Repository here
Include the following section into your pom.xml file.

<dependency>
    <groupId>com.github.dpaukov</groupId>
    <artifactId>combinatoricslib3</artifactId>
    <version>3.3.3</version>
</dependency>

v3.3.2 (July 2021)

10 Jul 00:39
Compare
Choose a tag to compare
         CombinatoricsLib 3 - Release notes
               by Dmytro Paukov

CombinatoricsLib 3.3.2 (July 2021)

  • Make k-permutation API more easy to use
    #8

CombinatoricsLib 3.3.1 (Apr 2021)

  • Add a cartesian product with collection input parameter
    #13

CombinatoricsLib 3.3.0 (May 2018)

  • Added cartesian product generator
    #4

CombinatoricsLib 3.2.0 (Apr 2017)

  • Added integer partition generator.

CombinatoricsLib 3.1.1 (Sep 2016)


CombinatoricsLib 3.1.0 (Sep 2016)

  • Added subset generator

CombinatoricsLib 3.0.0 (July 2016)

  • Simple combinations
  • Combinations with repetitions
  • Simple permutations
  • Permutations with repetitions

Documentation

CombinatoricsLib 3.3.2 Page

Download

You can download this release from the Maven Central Repository:

Maven Central Repository

This release is available through The Maven Central Repository here
Include the following section into your pom.xml file.

<dependency>
    <groupId>com.github.dpaukov</groupId>
    <artifactId>combinatoricslib3</artifactId>
    <version>3.3.2</version>
</dependency>

v3.3.1 (Apr 2021)

11 Apr 01:05
Compare
Choose a tag to compare
         CombinatoricsLib 3 - Release notes
               by Dmytro Paukov

CombinatoricsLib 3.3.1 (Apr 2021)

  • Add a cartesian product with collection input parameter
    #13

CombinatoricsLib 3.3.0 (May 2018)

  • Added cartesian product generator
    #4

CombinatoricsLib 3.2.0 (Apr 2017)

  • Added integer partition generator.

CombinatoricsLib 3.1.1 (Sep 2016)


CombinatoricsLib 3.1.0 (Sep 2016)

  • Added subset generator

CombinatoricsLib 3.0.0 (July 2016)

  • Simple combinations
  • Combinations with repetitions
  • Simple permutations
  • Permutations with repetitions

Documentation

CombinatoricsLib 3.3.1 Page

Download

You can download this release from the Maven Central Repository:

Maven Central Repository

This release is available through The Maven Central Repository here
Include the following section into your pom.xml file.

<dependency>
    <groupId>com.github.dpaukov</groupId>
    <artifactId>combinatoricslib3</artifactId>
    <version>3.3.1</version>
</dependency>

v3.3.0 (May 2018)

25 Apr 06:22
Compare
Choose a tag to compare
         CombinatoricsLib 3.3.0 - Release notes
                   by Dmytro Paukov

CombinatoricsLib 3.3.0 (May 2018)

  • Added new cartesian product generator #4

CombinatoricsLib 3.2.0 (Apr 2017)

  • Added integer partition generator

CombinatoricsLib 3.1.1 (Sep 2016)


CombinatoricsLib 3.1.0 (Sep 2016)

  • Added subset generator

CombinatoricsLib 3.0.0 (July 2016)

  • Simple combinations
  • Combinations with repetitions
  • Simple permutations
  • Permutations with repetitions

Documentation

CombinatoricsLib 3.3.0 Page

Download

You can download this release from the Maven Central Repository:

Maven Central Repository

This release is available through The Maven Central Repository here
Include the following section into your pom.xml file.

<dependency>
    <groupId>com.github.dpaukov</groupId>
    <artifactId>combinatoricslib3</artifactId>
    <version>3.3.0</version>
</dependency>

v3.2.0 (Apr 2017)

23 Apr 21:01
Compare
Choose a tag to compare
         CombinatoricsLib 3.2.0 - Release notes
                   by Dmytro Paukov

CombinatoricsLib 3.2.0 (Apr 2017)

  • Added integer partition generator

CombinatoricsLib 3.1.1 (Sep 2016)


CombinatoricsLib 3.1.0 (Sep 2016)

  • Added subset generator

CombinatoricsLib 3.0.0 (July 2016)

  • Simple combinations
  • Combinations with repetitions
  • Simple permutations
  • Permutations with repetitions

Documentation

CombinatoricsLib 3.2.0 Page

Download

You can download this release from the Maven Central Repository:

Maven Central Repository

This release is available through The Maven Central Repository here
Include the following section into your pom.xml file.

<dependency>
    <groupId>com.github.dpaukov</groupId>
    <artifactId>combinatoricslib3</artifactId>
    <version>3.2.0</version>
</dependency>

v3.1.1 (Sep 2016)

11 Sep 02:33
Compare
Choose a tag to compare
         CombinatoricsLib 3.1.1 - Release notes
                   by Dmytro Paukov

CombinatoricsLib 3.1.1 (Sep 2016)


CombinatoricsLib 3.1.0 (Sep 2016)

  • Added subset generator

CombinatoricsLib 3.0.0 (July 2016)

  • Simple combinations
  • Combinations with repetitions
  • Simple permutations
  • Permutations with repetitions

Documentation

CombinatoricsLib 3.1.1 Page

Download

You can download this release from the Maven Central Repository:

Maven Central Repository

This release is available through The Maven Central Repository here
Include the following section into your pom.xml file.

<dependency>
    <groupId>com.github.dpaukov</groupId>
    <artifactId>combinatoricslib3</artifactId>
    <version>3.1.1</version>
</dependency>

v3.0.0 (July 2016)

02 Aug 04:19
Compare
Choose a tag to compare
         CombinatoricsLib 3.0.0 - Release Notes
                by Dmytro Paukov

CombinatoricsLib 3.0.0 (July 2016)

  • Simple combinations
  • Combinations with repetitions
  • Simple permutations
  • Permutations with repetitions

Documentation

CombinatoricsLib 3.0.0 Page

Download

You can download this release from the Maven Central Repository:

Maven Central Repository

This release is available through The Maven Central Repository here
Include the following section into your pom.xml file.

<dependency>
    <groupId>com.github.dpaukov</groupId>
    <artifactId>combinatoricslib3</artifactId>
    <version>3.0.0</version>
</dependency>
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy