graph

Generic graph library.


Keywords
data, graph, algorithms, racket
License
Apache-2.0

Documentation

graph

Generic graph library and algorithms for Racket.

documentation

Requires Racket v5.3.2 or later.

To install via the package system:

raco pkg install graph

With Racket 5.3.6, say yes to installing dependencies.

Note: Due to PR 14032, when using Racket 5.3.6 in Windows, use the following command instead:

raco pkg install --deps search-auto graph