Skip to content
forked from dagrejs/graphlib

A directed multi-graph library for JavaScript

License

Notifications You must be signed in to change notification settings

kkowar/graphlib

Repository files navigation

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.

Build Status

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.

License

Graphlib is licensed under the terms of the MIT License. See the LICENSE file aor details.

About

A directed multi-graph library for JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 99.3%
  • Other 0.7%