twotree.longest-path

Library for computing longest paths in 2-trees in O(n) time

Leiningen/Boot

[twotree.longest-path "0.1.2"]

Clojure CLI/deps.edn

twotree.longest-path/twotree.longest-path {:mvn/version "0.1.2"}

Gradle

implementation("twotree.longest-path:twotree.longest-path:0.1.2")

Maven

<dependency>
  <groupId>twotree.longest-path</groupId>
  <artifactId>twotree.longest-path</artifactId>
  <version>0.1.2</version>
</dependency>