is not current version
Last Version 1.01

com.github.tmatek:zhang-shasha-java 1.0

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.

Categories

Categories

Java Languages
GroupId

GroupId

com.github.tmatek
ArtifactId

ArtifactId

zhang-shasha-java
Version

Version

1.0
Type

Type

jar

Download zhang-shasha-java 1.0


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