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

askbeka/graphlib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

630 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currently work in progress!!!

Graphlib

Fork from [cpettitt/graphlib] (https://github.com/cpettitt/graphlib), with some modifications:

  • ES6
  • decreased bundle size as a result of webpack tree shaking on lodash
  • immutable option to support performant update checks in libraries like React

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. To make graph immutable, specify it in options new Graph({immutable: true})

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 100.0%