Thanks to visit codestin.com
Credit goes to github.com

Skip to content
forked from sjl/cl-digraph

A simple directed graph implementation for Common Lisp.

License

brown/cl-digraph

 
 

Repository files navigation

cl-digraph is an implementation of a mutable directed graph data structure for Common Lisp.

cl-digraph focuses on simplicity, correctness, and usability. Performance is not terrible, but is not a high priority.

It is currently not thread-safe, but this may happen in the future.

The test suite currently passes in SBCL, CCL, ECL, and ABCL on OS X and Debian. Further testing is welcome.

About

A simple directed graph implementation for Common Lisp.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Common Lisp 95.7%
  • Makefile 4.3%