com.biserkov/twotree.longest-path

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

  • VCSN/A

  • cljdoc documentationcljdoc
  • 1 Downloads
  • 1 This Version

Leiningen/Boot

[com.biserkov/twotree.longest-path "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

com.biserkov/twotree.longest-path {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("com.biserkov:twotree.longest-path:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>com.biserkov</groupId>
  <artifactId>twotree.longest-path</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>