chrisprobst / algo.graph

Basic graph theory algorithms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

algo.graph

Basic graph theory algorithms.

Releases and Dependency Information

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.

Documentation

API Reference

Developer Information

Contributors

  • Jeffrey Straszheim
  • Tim Baldridge

License

Copyright © Jeffrey Straszheim, Rich Hickey & contributors.

Licensed under the EPL (see the file epl.html).

About

Basic graph theory algorithms

License:Eclipse Public License 1.0


Languages

Language:HTML 59.9%Language:Clojure 40.1%