Skip to content

A directed multi-graph library for JavaScript

License

Notifications You must be signed in to change notification settings

wantnocode/graphlib

Repository files navigation

English | 中文

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 npm

To learn more see our Wiki.

There are 2 versions on NPM, but only the one in the DagreJs org is receiving updates right now.

graphlib.alg.topsort(g)
// [ '1', '2', '3', '4' ] or [ '1', '3', '2', '4' ]

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.4%
  • Makefile 2.0%
  • Shell 1.6%