https://github.com/tylingsoft/graphlibrary
Out-of-box replacement for dagre/graphlib
https://github.com/tylingsoft/graphlibrary
Last synced: about 1 year ago
JSON representation
Out-of-box replacement for dagre/graphlib
- Host: GitHub
- URL: https://github.com/tylingsoft/graphlibrary
- Owner: tylingsoft
- License: mit
- Created: 2018-02-27T12:54:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-06T20:22:30.000Z (over 3 years ago)
- Last Synced: 2024-04-29T01:04:00.890Z (about 2 years ago)
- Language: JavaScript
- Size: 2.07 MB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graphlibrary
[](http://travis-ci.org/tylingsoft/graphlibrary)
Graphlibrary is a JavaScript library that provides data structures for undirected and directed multi-graphs along with algorithms that can be used with them.
Graphlibrary is not built from scratch, it's based on [dagrejs/graphlib](https://github.com/dagrejs/graphlib). And it is designed as an out-of-box replacement for dagrejs/graphlib.
To learn more [see our Wiki](https://github.com/dagrejs/graphlib/wiki).
# License
Graphlibrary is licensed under the terms of the MIT License. See the [LICENSE](LICENSE) file for details.