org.teneighty/java-heaps

This package contains a free, open source implementation of various heap data structures, including a binary, binomial, pairing,leftist, skew, and Fibonacci flavors by Fran Lattanzio

  • VCSN/A

  • cljdoc documentationcljdoc
  • 981 Downloads
  • 981 This Version

Leiningen/Boot

[org.teneighty/java-heaps "1.0.0"]

Clojure CLI/deps.edn

org.teneighty/java-heaps {:mvn/version "1.0.0"}

Gradle

implementation("org.teneighty:java-heaps:1.0.0")

Maven

<dependency>
  <groupId>org.teneighty</groupId>
  <artifactId>java-heaps</artifactId>
  <version>1.0.0</version>
</dependency>