Skip to content

fluggo/graphlib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graphlib monorepo

Graphlib is a JavaScript library that provides data structures for undirected and directed multi-graphs along with algorithms that can be used with them.

This is a monorepo, which means several packages can be published from here. For the Graphlib package, go to:

Package Badges
Graphlib NPM version License Dependencies

About this version

This is a TypeScript port of Graphlib and probably soon several of its companion libraries. Graphlib was originally written and maintained by Chris Pettitt.

I, Brian Crowell, am exploring Graphlib and its other libraries. I am publishing my packages, but at this time I am not committing to maintaining them, and I certainly don't guarantee I won't make breaking changes in the future. I am happy to accept pull requests, though.

You can find the original Graphlib here.

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

  • TypeScript 87.0%
  • JavaScript 13.0%