Skip to content

woozong/algo.graph

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 59.9%
  • Clojure 40.1%