LinkCutTrees

A Link Cut Tree implemenation (performs very fast path aggregations

License

License

GroupId

GroupId

com.nachinius
ArtifactId

ArtifactId

linkcuttrees_2.12
Last Version

Last Version

0.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

LinkCutTrees
A Link Cut Tree implemenation (performs very fast path aggregations
Project URL

Project URL

https://github.com/nachinius/LinkCutTrees
Project Organization

Project Organization

com.nachinius
Source Code Management

Source Code Management

https://github.com/nachinius/LinkCutTrees

Download linkcuttrees_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/com.nachinius/linkcuttrees_2.12/ -->
<dependency>
    <groupId>com.nachinius</groupId>
    <artifactId>linkcuttrees_2.12</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.nachinius/linkcuttrees_2.12/
implementation 'com.nachinius:linkcuttrees_2.12:0.1.1'
// https://jarcasting.com/artifacts/com.nachinius/linkcuttrees_2.12/
implementation ("com.nachinius:linkcuttrees_2.12:0.1.1")
'com.nachinius:linkcuttrees_2.12:jar:0.1.1'
<dependency org="com.nachinius" name="linkcuttrees_2.12" rev="0.1.1">
  <artifact name="linkcuttrees_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.nachinius', module='linkcuttrees_2.12', version='0.1.1')
)
libraryDependencies += "com.nachinius" % "linkcuttrees_2.12" % "0.1.1"
[com.nachinius/linkcuttrees_2.12 "0.1.1"]

Dependencies

compile (2)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.4
com.nachinius : splaytrees_2.12 jar 0.1.1

test (2)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.4
org.scalacheck : scalacheck_2.12 jar 1.13.4

Project Modules

There are no modules declared in this project.

Build Status codecov Coverage Status Join the chat at https://gitter.im/LinkCutTrees/Lobby Latest version

Link Cut Trees

A collection of trees

with operations O(lg n) per operation (amortized)

  • maketree
  • link(v,w)
  • cut(v)
  • findroot(v)
  • pathaggregate(v)

Versions

Version
0.1.1
0.1