https://github.com/dagrejs/graphlib
A directed multi-graph library for JavaScript
https://github.com/dagrejs/graphlib
Last synced: 9 months ago
JSON representation
A directed multi-graph library for JavaScript
- Host: GitHub
- URL: https://github.com/dagrejs/graphlib
- Owner: dagrejs
- License: mit
- Created: 2013-08-24T04:17:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-15T08:58:34.000Z (12 months ago)
- Last Synced: 2025-05-14T22:03:59.654Z (9 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.33 MB
- Stars: 1,653
- Watchers: 45
- Forks: 242
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-node-based-uis - graphlib - Helpers for directed graphs in JS (Javascript Libraries / Graph Utilities)
README
> English | [中文](README_CN.md)
# Graphlib
Graphlib is a JavaScript library that provides data structures for undirected
and directed multi-graphs along with algorithms that can be used with them.
[](https://github.com/dagrejs/graphlib/actions?query=workflow%3A%22Build+Status%22)
[](https://www.npmjs.com/package/@dagrejs/graphlib)
To learn more [see our Wiki](https://github.com/cpettitt/graphlib/wiki).
There are 2 versions on NPM, but only [the one in the DagreJs org](https://www.npmjs.com/package/@dagrejs/graphlib) is receiving updates right now.
# License
Graphlib is licensed under the terms of the MIT License. See the [LICENSE](LICENSE) file for details.
[npm package manager]: http://npmjs.org/