Graphlib is a JavaScript library that provides data structures for undirected and directed multi-graphs along with algorithms that can be used with them.
Graphlib is a JavaScript library for creating and modifying directed and undirected graphs. In addition to a core graph API, it also comes with implementations for many common graph algorithms.
To learn more see our Wiki.
Graphlib is licensed under the terms of the MIT License. See the LICENSE file aor details.