/graph

Generic graph library and algorithms for Racket.

Primary LanguageRacketApache License 2.0Apache-2.0

graph Build Status Scribble Docs

=====

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