An open API service indexing awesome lists of open source software.

https://github.com/stchang/graph

Generic graph library and algorithms for Racket.
https://github.com/stchang/graph

algorithms graph racket

Last synced: 8 months ago
JSON representation

Generic graph library and algorithms for Racket.

Awesome Lists containing this project

README

          

# graph [![Tests](https://github.com/stchang/graph/actions/workflows/racket.yml/badge.svg)](https://github.com/stchang/graph/actions/workflows/racket.yml) [![Scribble Docs](https://img.shields.io/badge/Docs-Scribble%20-blue.svg)](http://docs.racket-lang.org/graph/index.html)
=====

Generic graph library and algorithms for Racket.

[documentation](http://docs.racket-lang.org/graph/index.html)

Requires Racket v6.0 or later.

To install via the package system:

`raco pkg install --auto graph`