Skip to content

Commit 37a9389

Browse files
committed
Updated readme and webpage index file
A refactoring resulted in removal of a package. Updated list of packages to reflect this.
1 parent 14c0cf4 commit 37a9389

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ https://www.cicirello.org/
99
JPT is organized into the following packages:
1010
* __org.cicirello.permutations__: Permutation class and a class for iterating over permutations.
1111
* __org.cicirello.permutations.distance__: Collection of permutation distance metric implementations.
12-
* __org.cicirello.sequences__: Classes and interfaces for representing and manipulating sequences (i.e., Strings, arrays, etc).
1312
* __org.cicirello.sequences.distance__: Collection of distance metrics on Strings and other sequences.
1413
* __org.cicirello.math.stats__: Implementations of statistical concepts.
1514

docs/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ <h3>About the JavaPermutationTools (JPT) API</h3>
5454
<ul>
5555
<li>org.cicirello.permutations: Permutation class and a Permutation Iterator.</li>
5656
<li>org.cicirello.permutations.distance: Collection of permutation distance metric implementations.</li>
57-
<li>org.cicirello.sequences: Classes and interfaces for representing and manipulating sequences (i.e., Strings, arrays, etc).</li>
5857
<li>org.cicirello.sequences.distance: Collection of distance metrics on Strings and other sequences.</li>
5958
<li>org.cicirello.math.stats: Implementations of statistical concepts. This package is not strictly related to permutations,
6059
but is included in the JPT as some of the experiment replication programs (programs that reproduce results from published papers)

0 commit comments

Comments
 (0)