stamourv / graph

Generic graph library and algorithms for Racket.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Generic graph library and algorithms for Racket.


Languages

Language:Racket 100.0%