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

atopus/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.

To learn more see our Wiki.

How to...

Test

make test
make unit-test
make browser-test

Build

make

License

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

About

A directed multi-graph library for JavaScript

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.1%
  • Makefile 2.3%
  • Shell 1.6%