https://github.com/purescript/purescript-graphs
Purely functional graph data structure
https://github.com/purescript/purescript-graphs
Last synced: 12 months ago
JSON representation
Purely functional graph data structure
- Host: GitHub
- URL: https://github.com/purescript/purescript-graphs
- Owner: purescript
- License: mit
- Created: 2014-10-30T14:10:37.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-07-30T21:27:14.000Z (over 3 years ago)
- Last Synced: 2024-10-29T21:05:41.452Z (over 1 year ago)
- Language: PureScript
- Homepage:
- Size: 34.2 KB
- Stars: 24
- Watchers: 6
- Forks: 10
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# purescript-graphs
[](https://github.com/purescript/purescript-graphs/releases)
[](https://github.com/purescript/purescript-graphs/actions?query=workflow%3ACI+branch%3Amaster)
[](https://pursuit.purescript.org/packages/purescript-graphs)
A data structure and functions for graphs.
## Installation
```
spago install graphs
```
## Documentation
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-graphs).