com.github.tmatek:zhang-shasha-java

A Java implementation of Zhang-Shasha algorithm for ordered tree distance calculation. Calculates a series of transformations required to transform one tree into another. Every transformation has an associated cost. The sum of costs of all transformations is minimal - the tree distance.

License

License

Categories

Categories

Java Languages
GroupId

GroupId

com.github.tmatek
ArtifactId

ArtifactId

zhang-shasha-java
Last Version

Last Version

1.01
Release Date

Release Date

Type

Type

jar
Description

Description

com.github.tmatek:zhang-shasha-java
A Java implementation of Zhang-Shasha algorithm for ordered tree distance calculation. Calculates a series of transformations required to transform one tree into another. Every transformation has an associated cost. The sum of costs of all transformations is minimal - the tree distance.
Project URL

Project URL

https://github.com/tmatek/zhang-shasha-java
Source Code Management

Source Code Management

https://github.com/tmatek/zhang-shasha-java

Download zhang-shasha-java

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.tmatek/zhang-shasha-java/ -->
<dependency>
    <groupId>com.github.tmatek</groupId>
    <artifactId>zhang-shasha-java</artifactId>
    <version>1.01</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tmatek/zhang-shasha-java/
implementation 'com.github.tmatek:zhang-shasha-java:1.01'
// https://jarcasting.com/artifacts/com.github.tmatek/zhang-shasha-java/
implementation ("com.github.tmatek:zhang-shasha-java:1.01")
'com.github.tmatek:zhang-shasha-java:jar:1.01'
<dependency org="com.github.tmatek" name="zhang-shasha-java" rev="1.01">
  <artifact name="zhang-shasha-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tmatek', module='zhang-shasha-java', version='1.01')
)
libraryDependencies += "com.github.tmatek" % "zhang-shasha-java" % "1.01"
[com.github.tmatek/zhang-shasha-java "1.01"]

Dependencies

compile (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
1.01
1.0