META-INF.README.txt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of combinatoricslib3 Show documentation
Show all versions of combinatoricslib3 Show documentation
Simple java library to generate permutations, combinations and other combinatorial sequences
The newest version!
CombinatoricsLib 3 - Release notes
by Dmytro Paukov
CombinatoricsLib 3.4.0 (Feb 2024)
- Migrated to Apache License Version 2.0
https://github.com/dpaukov/combinatoricslib3/issues/23
-----------------------------------------------------------------
CombinatoricsLib 3.3.3 (Feb 2022)
- Fixed IndexOutOfBoundsException when generating permutation for empty list
https://github.com/dpaukov/combinatoricslib3/issues/19
- Optimized subset generation
https://github.com/dpaukov/combinatoricslib3/pull/18
-----------------------------------------------------------------
CombinatoricsLib 3.3.2 (July 2021)
- Make k-permutation API more easy to use
https://github.com/dpaukov/combinatoricslib3/issues/8
-----------------------------------------------------------------
CombinatoricsLib 3.3.1 (Apr 2021)
- Add a cartesian product with collection input parameter
https://github.com/dpaukov/combinatoricslib3/issues/13
-----------------------------------------------------------------
CombinatoricsLib 3.3.0 (May 2018)
- Added cartesian product generator
https://github.com/dpaukov/combinatoricslib3/issues/4
-----------------------------------------------------------------
CombinatoricsLib 3.2.0 (Apr 2017)
- Added integer partition generator.
-----------------------------------------------------------------
CombinatoricsLib 3.1.1 (Sep 2016)
- Fixed issue with incorrect combinations
https://github.com/dpaukov/combinatoricslib3-example/issues/1
-----------------------------------------------------------------
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
© 2015 - 2025 Weber Informatics LLC | Privacy Policy