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.
- Host: GitHub
- URL: https://github.com/stchang/graph
- Owner: stchang
- License: apache-2.0
- Created: 2013-08-09T22:17:39.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-11-21T13:44:05.000Z (about 2 years ago)
- Last Synced: 2025-02-15T16:49:53.555Z (10 months ago)
- Topics: algorithms, graph, racket
- Language: Racket
- Size: 27.7 MB
- Stars: 59
- Watchers: 6
- Forks: 21
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-racket-and-scheme - graph
- awesome-racket - graph - Generic graph library. (Data Structures)
README
# graph [](https://github.com/stchang/graph/actions/workflows/racket.yml) [](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`