Graphlib is a JavaScript library that provides data structures for undirected and directed multi-graphs along with algorithms that can be used with them.
This is a monorepo, which means several packages can be published from here. For the Graphlib package, go to:
Package | Badges |
---|---|
Graphlib |
This is a TypeScript port of Graphlib and probably soon several of its companion libraries. Graphlib was originally written and maintained by Chris Pettitt.
I, Brian Crowell, am exploring Graphlib and its other libraries. I am publishing my packages, but at this time I am not committing to maintaining them, and I certainly don't guarantee I won't make breaking changes in the future. I am happy to accept pull requests, though.
You can find the original Graphlib here.
Graphlib is licensed under the terms of the MIT License. See the LICENSE file for details.