Basic graph theory algorithms.
Latest stable release is .
Leiningen dependency information:
[org.clojure/algo.graph "x.y.z"]
...
; to include SNAPSHOT releases
:repositories {"sonatype-oss-public" "https://oss.sonatype.org/content/groups/public/"}
Maven dependency information:
<dependency>
<groupId>org.clojure</groupId>
<artifactId>algo.graph</artifactId>
<version>x.y.z</version>
</dependency>
The default jars contain AOT files for faster loading.
- Jeffrey Straszheim
- Tim Baldridge
Copyright © Jeffrey Straszheim, Rich Hickey & contributors.
Licensed under the EPL (see the file epl.html).