You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-4Lines changed: 5 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,8 @@
5
5
combinatoricslib 2.3
6
6
====================
7
7
8
-
Very simple java library to generate permutations, combinations and other combinatorial sequences for java 7.
9
-
New version of the library for java 8 can be found [here](https://github.com/dpaukov/combinatoricslib3)
8
+
Very simple java library to generate permutations, combinations and other combinatorial sequences for Java 7+.
9
+
New version of the library for (Java 8) can be found [here](https://github.com/dpaukov/combinatoricslib3).
10
10
11
11
1.[Simple combinations](#1-simple-combinations)
12
12
2.[Combinations with repetitions (multicombination)](#2-combinations-with-repetitions)
@@ -19,6 +19,7 @@ New version of the library for java 8 can be found [here](https://github.com/dpa
19
19
9.[Cartesian Product](#9-cartesian-product)
20
20
10.[The latest release](#the-latest-release)
21
21
22
+
22
23
You can use the following table to select a generator:
23
24
24
25
| Description | Is Order Important? | Is Repetition Allowed? | CombinatoricsFactory Method |
@@ -359,14 +360,14 @@ The cartesian product will be:
359
360
360
361
### The latest release
361
362
362
-
The latest release of the library is available through The Maven Central Repository [here](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.googlecode.combinatoricslib%22%20AND%20a%3A%22combinatoricslib%22)
363
+
The latest release of the library is available through The Maven Central Repository [here](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.googlecode.combinatoricslib%22%20AND%20a%3A%22combinatoricslib%22).
363
364
Include the following section into your `pom.xml` file.
0 commit comments